6ca22fbf34
#KT-30082 Fixed
6 lines
92 B
Plaintext
Vendored
6 lines
92 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
class Foo(val bar: () -> Int)
|
|
|
|
fun bar(foo: Foo?) {
|
|
foo?.bar?.invoke()
|
|
} |