mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-04-04 08:31:30 +00:00
20 lines
657 B
Java
Vendored
20 lines
657 B
Java
Vendored
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";
|
|
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 */ }
|
|
} |