14 lines
687 B
Plaintext
Vendored
14 lines
687 B
Plaintext
Vendored
public interface A {
|
|
public abstract @org.jetbrains.annotations.NotNull method f(): java.lang.String
|
|
public abstract @org.jetbrains.annotations.NotNull method g(): java.lang.String
|
|
}
|
|
|
|
|
|
public final class ReifiedInlineFunOfObjectWithinReifiedKt {
|
|
private final static method AFactory(): A
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
private final static method className(): java.lang.String
|
|
public final static @org.jetbrains.annotations.NotNull method foo(@org.jetbrains.annotations.NotNull p0: kotlin.jvm.functions.Function0): java.lang.String
|
|
private final static method lambdaShouldBeReified(): java.lang.String
|
|
}
|