blob: 4ba764612da4ebcef19695acecb6405c999d3826 [file]
A.class:
// IntelliJ API Decompiler stub source generated from a class file
// Implementation of methods is not available
public interface A {
}
Objects.class:
// IntelliJ API Decompiler stub source generated from a class file
// Implementation of methods is not available
public object Objects {
public final val c: kotlin.Int /* compiled code */
public final fun f(): kotlin.Unit { /* compiled code */ }
public final fun g(): kotlin.Int { /* compiled code */ }
private object InnerObject : A {
public final val c: kotlin.Int /* compiled code */
public final fun f(): kotlin.Unit { /* compiled code */ }
}
public object OtherObject : Objects.NestedClass {
public final val c: kotlin.Int /* compiled code */
public final fun f(): kotlin.Unit { /* compiled code */ }
}
public open class NestedClass public constructor() {
}
}