mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-10 15:51:01 +00:00
72 lines
3.2 KiB
Java
Vendored
72 lines
3.2 KiB
Java
Vendored
public final class FileFacadeKt {
|
|
@org.jetbrains.annotations.Nullable
|
|
private static final java.lang.String nullableVal = "";
|
|
@org.jetbrains.annotations.Nullable
|
|
private static java.lang.String nullableVar;
|
|
@org.jetbrains.annotations.NotNull
|
|
private static final java.lang.String notNullVal = "";
|
|
@org.jetbrains.annotations.NotNull
|
|
private static java.lang.String notNullVar;
|
|
private static final java.lang.String privateNn = "";
|
|
private static final java.lang.String privateN = "";
|
|
|
|
@org.jetbrains.annotations.NotNull
|
|
public static final java.lang.String notNull(@org.jetbrains.annotations.NotNull java.lang.String a) { /* compiled code */ }
|
|
|
|
@org.jetbrains.annotations.Nullable
|
|
public static final java.lang.String nullable(@org.jetbrains.annotations.Nullable java.lang.String a) { /* compiled code */ }
|
|
|
|
@org.jetbrains.annotations.NotNull
|
|
public static final java.lang.String notNullWithNN() { /* compiled code */ }
|
|
|
|
@org.jetbrains.annotations.Nullable
|
|
@org.jetbrains.annotations.NotNull
|
|
public static final java.lang.String notNullWithN() { /* compiled code */ }
|
|
|
|
@org.jetbrains.annotations.Nullable
|
|
public static final java.lang.String nullableWithN() { /* compiled code */ }
|
|
|
|
@org.jetbrains.annotations.NotNull
|
|
@org.jetbrains.annotations.Nullable
|
|
public static final java.lang.String nullableWithNN() { /* compiled code */ }
|
|
|
|
@org.jetbrains.annotations.Nullable
|
|
public static final java.lang.String getNullableVal() { /* compiled code */ }
|
|
|
|
@org.jetbrains.annotations.Nullable
|
|
public static final java.lang.String getNullableVar() { /* compiled code */ }
|
|
|
|
public static final void setNullableVar(@org.jetbrains.annotations.Nullable java.lang.String p) { /* compiled code */ }
|
|
|
|
@org.jetbrains.annotations.NotNull
|
|
public static final java.lang.String getNotNullVal() { /* compiled code */ }
|
|
|
|
@org.jetbrains.annotations.NotNull
|
|
public static final java.lang.String getNotNullVar() { /* compiled code */ }
|
|
|
|
public static final void setNotNullVar(@org.jetbrains.annotations.NotNull java.lang.String p) { /* compiled code */ }
|
|
|
|
@org.jetbrains.annotations.Nullable
|
|
@org.jetbrains.annotations.NotNull
|
|
public static final java.lang.String getNotNullValWithGet() { /* compiled code */ }
|
|
|
|
@org.jetbrains.annotations.Nullable
|
|
@org.jetbrains.annotations.NotNull
|
|
public static final java.lang.String getNotNullVarWithGetSet() { /* compiled code */ }
|
|
|
|
@org.jetbrains.annotations.Nullable
|
|
public static final void setNotNullVarWithGetSet(@org.jetbrains.annotations.NotNull java.lang.String v) { /* compiled code */ }
|
|
|
|
@org.jetbrains.annotations.NotNull
|
|
@org.jetbrains.annotations.Nullable
|
|
public static final java.lang.String getNullableValWithGet() { /* compiled code */ }
|
|
|
|
@org.jetbrains.annotations.NotNull
|
|
@org.jetbrains.annotations.Nullable
|
|
public static final java.lang.String getNullableVarWithGetSet() { /* compiled code */ }
|
|
|
|
@org.jetbrains.annotations.NotNull
|
|
public static final void setNullableVarWithGetSet(@org.jetbrains.annotations.Nullable java.lang.String v) { /* compiled code */ }
|
|
|
|
private static final java.lang.String privateFun(java.lang.String a, java.lang.String b) { /* compiled code */ }
|
|
} |