Update LightAnalysisModeCodegenTests for Kotlin 1.1
This commit is contained in:
+27
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user