Update LightAnalysisModeCodegenTests for Kotlin 1.1
This commit is contained in:
Vendored
+32
@@ -0,0 +1,32 @@
|
||||
public final class CompanionObjectPropertyAccessorsKt {
|
||||
private final static @org.jetbrains.annotations.NotNull field c_x: kotlin.reflect.KProperty0
|
||||
private final static @org.jetbrains.annotations.NotNull field c_xx: kotlin.reflect.KProperty0
|
||||
private final static @org.jetbrains.annotations.NotNull field c_y: kotlin.reflect.KMutableProperty0
|
||||
private final static @org.jetbrains.annotations.NotNull field c_yy: kotlin.reflect.KMutableProperty0
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method getC_x(): kotlin.reflect.KProperty0
|
||||
public final static @org.jetbrains.annotations.NotNull method getC_xx(): kotlin.reflect.KProperty0
|
||||
public final static @org.jetbrains.annotations.NotNull method getC_y(): kotlin.reflect.KMutableProperty0
|
||||
public final static @org.jetbrains.annotations.NotNull method getC_yy(): kotlin.reflect.KMutableProperty0
|
||||
}
|
||||
|
||||
|
||||
public final class Host {
|
||||
public final static field Companion: Host.Companion
|
||||
private final static field x: int
|
||||
private static field y: int
|
||||
inner class Host/Companion
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final static class Host/Companion {
|
||||
inner class Host/Companion
|
||||
private method <init>(): void
|
||||
public final method getX(): int
|
||||
public final method getXx(): int
|
||||
public final method getY(): int
|
||||
public final method getYy(): int
|
||||
public final method setY(p0: int): void
|
||||
public final method setYy(p0: int): void
|
||||
}
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
public final class ExtensionFunctionKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method bar(@org.jetbrains.annotations.Nullable p0: java.lang.String, @org.jetbrains.annotations.NotNull p1: java.lang.String): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method foo(@org.jetbrains.annotations.NotNull p0: java.lang.String, @org.jetbrains.annotations.NotNull p1: java.lang.String): java.lang.String
|
||||
}
|
||||
Vendored
+24
@@ -0,0 +1,24 @@
|
||||
public final class C {
|
||||
private final field x: int
|
||||
private field y: int
|
||||
public method <init>(p0: int, p1: int): void
|
||||
public final method getX(): int
|
||||
public final method getY(): int
|
||||
public final method setY(p0: int): void
|
||||
}
|
||||
|
||||
|
||||
public final class ExtensionPropertyAccessorsKt {
|
||||
private final static @org.jetbrains.annotations.NotNull field c: C
|
||||
private final static @org.jetbrains.annotations.NotNull field c_xx: kotlin.reflect.KProperty0
|
||||
private final static @org.jetbrains.annotations.NotNull field c_y: kotlin.reflect.KMutableProperty0
|
||||
private final static @org.jetbrains.annotations.NotNull field c_yy: kotlin.reflect.KMutableProperty0
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method getC(): C
|
||||
public final static @org.jetbrains.annotations.NotNull method getC_xx(): kotlin.reflect.KProperty0
|
||||
public final static @org.jetbrains.annotations.NotNull method getC_y(): kotlin.reflect.KMutableProperty0
|
||||
public final static @org.jetbrains.annotations.NotNull method getC_yy(): kotlin.reflect.KMutableProperty0
|
||||
public final static method getXx(@org.jetbrains.annotations.NotNull p0: C): int
|
||||
public final static method getYy(@org.jetbrains.annotations.NotNull p0: C): int
|
||||
public final static method setYy(@org.jetbrains.annotations.NotNull p0: C, p1: int): void
|
||||
}
|
||||
+21
@@ -0,0 +1,21 @@
|
||||
public final class InnerClassConstructorKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Outer {
|
||||
private final @org.jetbrains.annotations.NotNull field x: 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 getX(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Outer/Inner {
|
||||
synthetic final field this$0: Outer
|
||||
private final @org.jetbrains.annotations.NotNull field y: java.lang.String
|
||||
inner class Outer/Inner
|
||||
public method <init>(@java.lang.Synthetic p0: Outer, @org.jetbrains.annotations.NotNull p1: java.lang.String): void
|
||||
public final @org.jetbrains.annotations.NotNull method foo(): java.lang.String
|
||||
public final @org.jetbrains.annotations.NotNull method getY(): java.lang.String
|
||||
}
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
public final class KKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
public final class KKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
+42
@@ -0,0 +1,42 @@
|
||||
public final class Host {
|
||||
public final static field Companion: Host.Companion
|
||||
private final static field x: int
|
||||
private static field y: int
|
||||
inner class Host/Companion
|
||||
public method <init>(): void
|
||||
public final static method getX(): int
|
||||
public final static method getXx(): int
|
||||
public final static method getY(): int
|
||||
public final static method getYy(): int
|
||||
public final static method setY(p0: int): void
|
||||
public final static method setYy(p0: int): void
|
||||
}
|
||||
|
||||
|
||||
public final static class Host/Companion {
|
||||
inner class Host/Companion
|
||||
private method <init>(): void
|
||||
public final method getX(): int
|
||||
public final method getXx(): int
|
||||
public final method getY(): int
|
||||
public final method getYy(): int
|
||||
public final method setY(p0: int): void
|
||||
public final method setYy(p0: int): void
|
||||
private synthetic deprecated static @kotlin.jvm.JvmStatic method x$annotations(): void
|
||||
private synthetic deprecated static @kotlin.jvm.JvmStatic method xx$annotations(): void
|
||||
private synthetic deprecated static @kotlin.jvm.JvmStatic method y$annotations(): void
|
||||
private synthetic deprecated static @kotlin.jvm.JvmStatic method yy$annotations(): void
|
||||
}
|
||||
|
||||
|
||||
public final class JvmStaticCompanionObjectPropertyAccessorsKt {
|
||||
private final static @org.jetbrains.annotations.NotNull field c_x: kotlin.reflect.KProperty0
|
||||
private final static @org.jetbrains.annotations.NotNull field c_xx: kotlin.reflect.KProperty0
|
||||
private final static @org.jetbrains.annotations.NotNull field c_y: kotlin.reflect.KMutableProperty0
|
||||
private final static @org.jetbrains.annotations.NotNull field c_yy: kotlin.reflect.KMutableProperty0
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method getC_x(): kotlin.reflect.KProperty0
|
||||
public final static @org.jetbrains.annotations.NotNull method getC_xx(): kotlin.reflect.KProperty0
|
||||
public final static @org.jetbrains.annotations.NotNull method getC_y(): kotlin.reflect.KMutableProperty0
|
||||
public final static @org.jetbrains.annotations.NotNull method getC_yy(): kotlin.reflect.KMutableProperty0
|
||||
}
|
||||
+25
@@ -0,0 +1,25 @@
|
||||
public final class CompanionOwner {
|
||||
public final static field Companion: CompanionOwner.Companion
|
||||
inner class CompanionOwner/Companion
|
||||
public method <init>(): void
|
||||
public final static @kotlin.jvm.JvmStatic @org.jetbrains.annotations.NotNull method bar(@org.jetbrains.annotations.NotNull p0: java.lang.String): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final static class CompanionOwner/Companion {
|
||||
inner class CompanionOwner/Companion
|
||||
private method <init>(): void
|
||||
public final @kotlin.jvm.JvmStatic @org.jetbrains.annotations.NotNull method bar(@org.jetbrains.annotations.NotNull p0: java.lang.String): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Host {
|
||||
public final static field INSTANCE: Host
|
||||
private method <init>(): void
|
||||
public final static @kotlin.jvm.JvmStatic @org.jetbrains.annotations.NotNull method foo(@org.jetbrains.annotations.NotNull p0: java.lang.String): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class JvmStaticObjectFunctionKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
Vendored
+29
@@ -0,0 +1,29 @@
|
||||
public final class Host {
|
||||
public final static field INSTANCE: Host
|
||||
private final static field x: int
|
||||
private static field y: int
|
||||
private method <init>(): void
|
||||
public final static method getX(): int
|
||||
public final static method getXx(): int
|
||||
public final static method getY(): int
|
||||
public final static method getYy(): int
|
||||
public final static method setY(p0: int): void
|
||||
public final static method setYy(p0: int): void
|
||||
private synthetic deprecated static @kotlin.jvm.JvmStatic method x$annotations(): void
|
||||
private synthetic deprecated static @kotlin.jvm.JvmStatic method xx$annotations(): void
|
||||
private synthetic deprecated static @kotlin.jvm.JvmStatic method y$annotations(): void
|
||||
private synthetic deprecated static @kotlin.jvm.JvmStatic method yy$annotations(): void
|
||||
}
|
||||
|
||||
|
||||
public final class JvmStaticObjectPropertyAccessorsKt {
|
||||
private final static @org.jetbrains.annotations.NotNull field c_x: kotlin.reflect.KProperty0
|
||||
private final static @org.jetbrains.annotations.NotNull field c_xx: kotlin.reflect.KProperty0
|
||||
private final static @org.jetbrains.annotations.NotNull field c_y: kotlin.reflect.KMutableProperty0
|
||||
private final static @org.jetbrains.annotations.NotNull field c_yy: kotlin.reflect.KMutableProperty0
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method getC_x(): kotlin.reflect.KProperty0
|
||||
public final static @org.jetbrains.annotations.NotNull method getC_xx(): kotlin.reflect.KProperty0
|
||||
public final static @org.jetbrains.annotations.NotNull method getC_y(): kotlin.reflect.KMutableProperty0
|
||||
public final static @org.jetbrains.annotations.NotNull method getC_yy(): kotlin.reflect.KMutableProperty0
|
||||
}
|
||||
+11
@@ -0,0 +1,11 @@
|
||||
public final class C {
|
||||
private final @org.jetbrains.annotations.NotNull field k: java.lang.String
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
public final @org.jetbrains.annotations.NotNull method foo(@org.jetbrains.annotations.NotNull p0: java.lang.String): java.lang.String
|
||||
public final @org.jetbrains.annotations.NotNull method getK(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class MemberFunctionKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
+26
@@ -0,0 +1,26 @@
|
||||
public final class C {
|
||||
private final field x: int
|
||||
private field y: int
|
||||
public method <init>(p0: int, p1: int): void
|
||||
public final method getX(): int
|
||||
public final method getXx(): int
|
||||
public final method getY(): int
|
||||
public final method getYy(): int
|
||||
public final method setY(p0: int): void
|
||||
public final method setYy(p0: int): void
|
||||
}
|
||||
|
||||
|
||||
public final class MemberPropertyAccessorsKt {
|
||||
private final static @org.jetbrains.annotations.NotNull field c: C
|
||||
private final static @org.jetbrains.annotations.NotNull field c_x: kotlin.reflect.KProperty0
|
||||
private final static @org.jetbrains.annotations.NotNull field c_xx: kotlin.reflect.KProperty0
|
||||
private final static @org.jetbrains.annotations.NotNull field c_y: kotlin.reflect.KMutableProperty0
|
||||
private final static @org.jetbrains.annotations.NotNull field c_yy: kotlin.reflect.KMutableProperty0
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method getC(): C
|
||||
public final static @org.jetbrains.annotations.NotNull method getC_x(): kotlin.reflect.KProperty0
|
||||
public final static @org.jetbrains.annotations.NotNull method getC_xx(): kotlin.reflect.KProperty0
|
||||
public final static @org.jetbrains.annotations.NotNull method getC_y(): kotlin.reflect.KMutableProperty0
|
||||
public final static @org.jetbrains.annotations.NotNull method getC_yy(): kotlin.reflect.KMutableProperty0
|
||||
}
|
||||
+24
@@ -0,0 +1,24 @@
|
||||
public final class CompanionOwner {
|
||||
public final static field Companion: CompanionOwner.Companion
|
||||
inner class CompanionOwner/Companion
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final static class CompanionOwner/Companion {
|
||||
inner class CompanionOwner/Companion
|
||||
private method <init>(): void
|
||||
public final @org.jetbrains.annotations.NotNull method bar(@org.jetbrains.annotations.NotNull p0: java.lang.String): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Host {
|
||||
public final static field INSTANCE: Host
|
||||
private method <init>(): void
|
||||
public final @org.jetbrains.annotations.NotNull method foo(@org.jetbrains.annotations.NotNull p0: java.lang.String): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class ObjectFunctionKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
+25
@@ -0,0 +1,25 @@
|
||||
public final class Host {
|
||||
public final static field INSTANCE: Host
|
||||
private final static field x: int
|
||||
private static field y: int
|
||||
private method <init>(): void
|
||||
public final method getX(): int
|
||||
public final method getXx(): int
|
||||
public final method getY(): int
|
||||
public final method getYy(): int
|
||||
public final method setY(p0: int): void
|
||||
public final method setYy(p0: int): void
|
||||
}
|
||||
|
||||
|
||||
public final class ObjectPropertyAccessorsKt {
|
||||
private final static @org.jetbrains.annotations.NotNull field c_x: kotlin.reflect.KProperty0
|
||||
private final static @org.jetbrains.annotations.NotNull field c_xx: kotlin.reflect.KProperty0
|
||||
private final static @org.jetbrains.annotations.NotNull field c_y: kotlin.reflect.KMutableProperty0
|
||||
private final static @org.jetbrains.annotations.NotNull field c_yy: kotlin.reflect.KMutableProperty0
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method getC_x(): kotlin.reflect.KProperty0
|
||||
public final static @org.jetbrains.annotations.NotNull method getC_xx(): kotlin.reflect.KProperty0
|
||||
public final static @org.jetbrains.annotations.NotNull method getC_y(): kotlin.reflect.KMutableProperty0
|
||||
public final static @org.jetbrains.annotations.NotNull method getC_yy(): kotlin.reflect.KMutableProperty0
|
||||
}
|
||||
Reference in New Issue
Block a user