b8c5d1b852
So #KT-20763 Fixed
5 lines
102 B
Kotlin
Vendored
5 lines
102 B
Kotlin
Vendored
// "Add star projections" "true"
|
|
class A<T> {
|
|
inner class B
|
|
fun test(x: Any) = x is B<caret>
|
|
} |