Update LightAnalysisModeCodegenTests for Kotlin 1.1
This commit is contained in:
+25
@@ -0,0 +1,25 @@
|
||||
public class K {
|
||||
private final field privateKProp: kotlin.Unit
|
||||
private @org.jetbrains.annotations.NotNull field publicKProp: kotlin.Unit
|
||||
public method <init>(): void
|
||||
public final @org.jetbrains.annotations.NotNull method getPublicKProp(): kotlin.Unit
|
||||
private final method privateKFun(): void
|
||||
public method publicKFun(): void
|
||||
public final method setPublicKProp(@org.jetbrains.annotations.NotNull p0: kotlin.Unit): void
|
||||
}
|
||||
|
||||
|
||||
public final class KKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
private final static method test(p0: java.lang.String[]): void
|
||||
}
|
||||
|
||||
|
||||
public final class L {
|
||||
private field privateLProp: kotlin.Unit
|
||||
private final @org.jetbrains.annotations.NotNull field publicLProp: kotlin.Unit
|
||||
public method <init>(): void
|
||||
public final @org.jetbrains.annotations.NotNull method getPublicLProp(): kotlin.Unit
|
||||
private final method privateLFun(): void
|
||||
public final method publicLFun(): void
|
||||
}
|
||||
Reference in New Issue
Block a user