b8c5d1b852
So #KT-20763 Fixed
9 lines
170 B
Plaintext
Vendored
9 lines
170 B
Plaintext
Vendored
// "Add star projections" "true"
|
|
class A {
|
|
class B {
|
|
inner class C<T> {
|
|
inner class D
|
|
fun test(x: Any) = x is C<*>.D
|
|
}
|
|
}
|
|
} |