12 lines
566 B
Plaintext
Vendored
12 lines
566 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 ReifiedInlineIntoNonInlineableLambdaKt {
|
|
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
|
|
}
|