19db4869e6
Issue #KT-15556 Fixed
5 lines
68 B
Plaintext
Vendored
5 lines
68 B
Plaintext
Vendored
class Foo
|
|
fun usage(f: () -> Foo) {}
|
|
fun test() {
|
|
usage(::Foo)
|
|
} |