[FIR] Implement RESOLUTION_TO_CLASSIFIER
This commit is contained in:
@@ -1,16 +0,0 @@
|
||||
// KT-4827 UOE at PackageType.throwException()
|
||||
// EA-53605
|
||||
|
||||
public interface TestInterface {
|
||||
}
|
||||
|
||||
class C {
|
||||
inner class I {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
fun f() {
|
||||
<!UNRESOLVED_REFERENCE!>TestInterface<!>()
|
||||
C.<!UNRESOLVED_REFERENCE!>I<!>()
|
||||
}
|
||||
Reference in New Issue
Block a user