fbd06dc74f
So #KT-21743 Fixed
8 lines
125 B
Plaintext
Vendored
8 lines
125 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
class Test {
|
|
fun function(s: String): Boolean = true
|
|
fun test() {
|
|
"".let(::function)
|
|
}
|
|
}
|