Update LightAnalysisModeCodegenTests for Kotlin 1.1
This commit is contained in:
Vendored
+26
@@ -0,0 +1,26 @@
|
||||
public final class BoundInnerClassConstructorKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method check(@org.jetbrains.annotations.NotNull p0: kotlin.reflect.KParameter, @org.jetbrains.annotations.NotNull p1: java.lang.String): void
|
||||
}
|
||||
|
||||
|
||||
public final class Outer {
|
||||
private final @org.jetbrains.annotations.NotNull field s1: java.lang.String
|
||||
inner class Outer/Inner
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
public final @org.jetbrains.annotations.NotNull method getS1(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Outer/Inner {
|
||||
private final @org.jetbrains.annotations.NotNull field result: java.lang.String
|
||||
private final @org.jetbrains.annotations.NotNull field s2: java.lang.String
|
||||
private final @org.jetbrains.annotations.NotNull field s3: java.lang.String
|
||||
synthetic final field this$0: Outer
|
||||
inner class Outer/Inner
|
||||
public method <init>(@java.lang.Synthetic p0: Outer, @org.jetbrains.annotations.NotNull p1: java.lang.String, @org.jetbrains.annotations.NotNull p2: java.lang.String): void
|
||||
public synthetic method <init>(p0: Outer, p1: java.lang.String, p2: java.lang.String, p3: int, p4: kotlin.jvm.internal.DefaultConstructorMarker): void
|
||||
public final @org.jetbrains.annotations.NotNull method getResult(): java.lang.String
|
||||
public final @org.jetbrains.annotations.NotNull method getS2(): java.lang.String
|
||||
public final @org.jetbrains.annotations.NotNull method getS3(): java.lang.String
|
||||
}
|
||||
Vendored
+10
@@ -0,0 +1,10 @@
|
||||
public final class BoundObjectMemberReferencesKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Host {
|
||||
public final static field INSTANCE: Host
|
||||
private method <init>(): void
|
||||
public final method foo(p0: int, @org.jetbrains.annotations.NotNull p1: java.lang.String): void
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
public final class BoundReferencesKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method check(@org.jetbrains.annotations.NotNull p0: kotlin.reflect.KParameter, @org.jetbrains.annotations.NotNull p1: java.lang.String): void
|
||||
public final static method extFun(@org.jetbrains.annotations.NotNull p0: C, p1: int): void
|
||||
}
|
||||
|
||||
|
||||
public final class C {
|
||||
private @org.jetbrains.annotations.NotNull field bar: java.lang.String
|
||||
public method <init>(): void
|
||||
public final method foo(): void
|
||||
public final @org.jetbrains.annotations.NotNull method getBar(): java.lang.String
|
||||
public final method setBar(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
}
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
public final class KKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method foo(p0: int): int
|
||||
}
|
||||
+11
@@ -0,0 +1,11 @@
|
||||
public final class A {
|
||||
public method <init>(): void
|
||||
public final method memExt(@org.jetbrains.annotations.NotNull p0: java.lang.String, p1: int): void
|
||||
}
|
||||
|
||||
|
||||
public final class InstanceExtensionReceiverAndValueParametersKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method ext(p0: int, @org.jetbrains.annotations.NotNull p1: java.lang.Object[]): void
|
||||
public final static method topLevel(): void
|
||||
}
|
||||
Vendored
+3
@@ -0,0 +1,3 @@
|
||||
public final class KKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
Reference in New Issue
Block a user