DescriptorRendererImpl now writes 'inner' for inner classes
#KT-1174 In Progress
This commit is contained in:
@@ -3,7 +3,7 @@ package test
|
||||
public open class RawSuperType : java.lang.Object {
|
||||
public constructor RawSuperType()
|
||||
|
||||
public open class Derived : test.RawSuperType.Super<jet.Any?> {
|
||||
public open inner class Derived : test.RawSuperType.Super<jet.Any?> {
|
||||
public constructor Derived()
|
||||
public open override /*1*/ fun foo(/*0*/ p0 : jet.Any?) : Unit
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user