88a5eb24d5
So #KT-24385 Fixed
6 lines
114 B
Kotlin
Vendored
6 lines
114 B
Kotlin
Vendored
class C {
|
|
companion object {
|
|
fun foo(s: String) = 1
|
|
}
|
|
val f = {<caret> s: String -> foo(s) }
|
|
} |