5095caee50
#KT-30513 Fixed #KT-17071 Fixed
5 lines
74 B
Plaintext
Vendored
5 lines
74 B
Plaintext
Vendored
class Foo(val f: () -> Unit)
|
|
|
|
fun test(foo: Foo?) {
|
|
foo?.f?.invoke()
|
|
} |