mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-27 00:21:29 +00:00
17 lines
535 B
Java
Vendored
17 lines
535 B
Java
Vendored
public final class A {
|
|
private static final int c = 1;
|
|
@org.jetbrains.annotations.NotNull
|
|
private static java.lang.String v;
|
|
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 */ }
|
|
} |