Light class codegen: all objects are considered static
Simplify code handling access flag computation Fix a problem where kotlin nested object wasn't producing a nested light class
This commit is contained in:
+1
-1
@@ -19,7 +19,7 @@ public final class Outer {
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class Outer/O {
|
||||
public final static class Outer/O {
|
||||
public final static field INSTANCE: Outer.O
|
||||
inner class Outer/O
|
||||
private method <init>(): void
|
||||
|
||||
Reference in New Issue
Block a user