25 lines
534 B
Plaintext
Vendored
25 lines
534 B
Plaintext
Vendored
@kotlin.Metadata()
|
|
public final class FunctionsTest {
|
|
|
|
@org.jetbrains.annotations.NotNull()
|
|
public final kotlin.reflect.KProperty1<java.lang.String, java.lang.Integer> f() {
|
|
return null;
|
|
}
|
|
|
|
@org.jetbrains.annotations.NotNull()
|
|
public final kotlin.jvm.functions.Function2<java.lang.Integer, java.lang.Integer, java.lang.Boolean> f2() {
|
|
return null;
|
|
}
|
|
|
|
public final void f3() {
|
|
}
|
|
|
|
public final int f4() {
|
|
return 0;
|
|
}
|
|
|
|
public FunctionsTest() {
|
|
super();
|
|
}
|
|
}
|