Update LightAnalysisModeCodegenTests for Kotlin 1.1
This commit is contained in:
+31
@@ -0,0 +1,31 @@
|
||||
public final class C {
|
||||
public final static field Companion: C.Companion
|
||||
inner class C/Companion
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final static class C/Companion {
|
||||
inner class C/Companion
|
||||
private method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class OK {
|
||||
public final static field INSTANCE: OK
|
||||
private method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class ObjectSuperConstructorCallKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public abstract class S {
|
||||
private final @org.jetbrains.annotations.NotNull field klass: java.lang.Class
|
||||
private final field result: java.lang.String
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.Class): void
|
||||
public final @org.jetbrains.annotations.NotNull method getKlass(): java.lang.Class
|
||||
public final method getResult(): java.lang.String
|
||||
}
|
||||
Reference in New Issue
Block a user