KT-47101: Fix companion supertypes
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
// FIR_IDENTICAL
|
||||
open class B
|
||||
|
||||
class A {
|
||||
companion object : B() { // Nested B should be invisible here but it's not
|
||||
class B
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user