Files
kotlin-fork/compiler/testData/codegen/light-analysis/sam/constructors/syntheticVsReal.txt
T

9 lines
599 B
Plaintext
Vendored

@kotlin.Metadata
public final class SyntheticVsRealKt {
private static @org.jetbrains.annotations.NotNull field global: java.lang.String
public final static @org.jetbrains.annotations.NotNull method Runnable(@org.jetbrains.annotations.NotNull p0: kotlin.jvm.functions.Function0): java.lang.Runnable
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method getGlobal(): java.lang.String
public final static method setGlobal(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
}