581ae5fcb7
^KTIJ-21672 Fixed
9 lines
98 B
Kotlin
Vendored
9 lines
98 B
Kotlin
Vendored
package test
|
|
|
|
class Test<T> {
|
|
fun foo() {}
|
|
}
|
|
|
|
class Bar
|
|
|
|
val bar = <expr>Test<Bar></expr>::foo |