| public final class A { |
| private static final int c; |
| @org.jetbrains.annotations.NotNull |
| private static java.lang.String v; |
| public static final int cc = 1; |
| @org.jetbrains.annotations.NotNull |
| public static final java.lang.String cv = "A"; |
| @org.jetbrains.annotations.NotNull |
| public static final pack.A INSTANCE; |
| |
| public final int getC() { /* compiled code */ } |
| |
| @org.jetbrains.annotations.NotNull |
| public final java.lang.String getV() { /* compiled code */ } |
| |
| public final void setV(@org.jetbrains.annotations.NotNull java.lang.String p) { /* compiled code */ } |
| |
| public final int f() { /* compiled code */ } |
| |
| private A() { /* compiled code */ } |
| } |