blob: 170ca441dc3d017542eaa6e0f4f3735ad37fc01d [file]
public abstract interface Test /* Test*/ {
@org.jetbrains.annotations.NotNull()
public static final @org.jetbrains.annotations.NotNull() Test.Companion Companion;
public static final int y = 2 /* initializer type: int */ /* constant value 2 */;
public abstract void bar();// bar()
public static final class Companion /* Test.Companion*/ {
private static final int x = 1 /* initializer type: int */;
public static final int y = 2 /* initializer type: int */ /* constant value 2 */;
private Companion();// .ctor()
public final int getX();// getX()
public final void foo();// foo()
}
public static final class DefaultImpls /* Test.DefaultImpls*/ {
public static void bar(@org.jetbrains.annotations.NotNull() @org.jetbrains.annotations.NotNull() Test);// bar(@org.jetbrains.annotations.NotNull() Test)
}
}