RemoveRedundantQualifierNameInspection: add regression test
#KT-35898
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
// PROBLEM: none
|
||||
|
||||
class Test1<T: Any> {
|
||||
private inner class Cell
|
||||
fun check(o: Any) {
|
||||
(o as? Test1<caret><*>.Cell)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user