fun test() = "123" open class First(val s: String) object Second : First(test() + "456") fun foo(test: String) { val x = test() }