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

8 lines
582 B
Plaintext
Vendored

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
}