Update LightAnalysisModeCodegenTests for Kotlin 1.1

This commit is contained in:
Yan Zhulanow
2016-11-23 20:21:40 +03:00
parent e31a39386e
commit fcafaf5500
283 changed files with 5499 additions and 66 deletions
@@ -0,0 +1,27 @@
public abstract class AbstractClass {
private final @org.jetbrains.annotations.NotNull field finalVal: kotlin.Unit
private final @org.jetbrains.annotations.NotNull field openVal: kotlin.Unit
public method <init>(): void
public abstract @org.jetbrains.annotations.NotNull method getAbstractVar(): kotlin.Unit
public final @org.jetbrains.annotations.NotNull method getFinalVal(): kotlin.Unit
public @org.jetbrains.annotations.NotNull method getOpenVal(): kotlin.Unit
public abstract method setAbstractVar(@org.jetbrains.annotations.NotNull p0: kotlin.Unit): void
}
public final class CallableModalityKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
public interface Interface {
inner class Interface/DefaultImpls
public abstract method abstractFun(): void
public abstract method openFun(): void
}
public final class Interface/DefaultImpls {
inner class Interface/DefaultImpls
public static method openFun(p0: Interface): void
}