6b9242075a
#KT-17238 Fixed (cherry picked from commit 7f9d88a)
9 lines
100 B
Kotlin
Vendored
9 lines
100 B
Kotlin
Vendored
class Baz
|
|
|
|
fun foo(a: Int, b: String, d: Baz) {
|
|
|
|
}
|
|
|
|
class TestClass {
|
|
val <caret>prop1 = ::foo
|
|
} |