I\'m building a class structure like the following:
class A { fun methodA() {} } class B(private val a: A) { fun methodB() {} //fun methodA() { a