mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-04-16 08:31:26 +00:00
26 lines
758 B
Java
Vendored
26 lines
758 B
Java
Vendored
public final class A /* pack.A*/ {
|
|
@org.jetbrains.annotations.NotNull()
|
|
private static java.lang.String v;
|
|
|
|
@org.jetbrains.annotations.NotNull()
|
|
public static final java.lang.String cv = "A" /* initializer type: java.lang.String */ /* constant value A */;
|
|
|
|
@org.jetbrains.annotations.NotNull()
|
|
public static final pack.A INSTANCE;
|
|
|
|
private static final int c;
|
|
|
|
public static final int cc = 1 /* initializer type: int */ /* constant value 1 */;
|
|
|
|
@org.jetbrains.annotations.NotNull()
|
|
public final java.lang.String getV();// getV()
|
|
|
|
private A();// .ctor()
|
|
|
|
public final int f();// f()
|
|
|
|
public final int getC();// getC()
|
|
|
|
public final void setV(@org.jetbrains.annotations.NotNull() java.lang.String);// setV(java.lang.String)
|
|
|
|
} |