[FIR] Run FirSupertypesChecker for anonymous objects, ^KT-54300 Fixed
This commit is contained in:
committed by
Space Team
parent
69ee40325b
commit
1deb253bac
+1
-1
@@ -4,7 +4,7 @@ FILE: objectDerivedFromInnerClass.kt
|
||||
super<R|kotlin/Any|>()
|
||||
}
|
||||
|
||||
public final inner class Inner : R|kotlin/Any| {
|
||||
public open inner class Inner : R|kotlin/Any| {
|
||||
public Outer.constructor(): R|Outer.Inner| {
|
||||
super<R|kotlin/Any|>()
|
||||
}
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
class Outer { inner class Inner }
|
||||
class Outer { open inner class Inner }
|
||||
fun test() {
|
||||
val x = object : <!UNRESOLVED_REFERENCE!>Outer.Inner<!>() { }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user