02180e8685
^KT-57777 Fixed ^KT-57818 Fixed
10 lines
122 B
Kotlin
Vendored
10 lines
122 B
Kotlin
Vendored
// FIR_IDENTICAL
|
|
|
|
class A<T> {
|
|
fun foo() {}
|
|
val bar = 42
|
|
}
|
|
|
|
val test1 = A<String>::foo
|
|
val test2 = A<String>::bar
|