| public abstract interface Test /* Test*/ { |
| @org.jetbrains.annotations.NotNull() |
| public static final 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; |
| |
| 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*/ { |
| @java.lang.Deprecated() |
| public static void bar(@org.jetbrains.annotations.NotNull() Test);// bar(Test) |
| } |
| } |