b548c5bf93
#KT-35898
9 lines
138 B
Kotlin
Vendored
9 lines
138 B
Kotlin
Vendored
// PROBLEM: none
|
|
|
|
class Test1<T: Any> {
|
|
private inner class Cell
|
|
fun check(o: Any) {
|
|
(o as? Test1<caret><*>.Cell)
|
|
}
|
|
}
|