Update LightAnalysisModeCodegenTests for Kotlin 1.1
This commit is contained in:
Vendored
+17
@@ -0,0 +1,17 @@
|
||||
public final class A {
|
||||
public final static field Companion: A.Companion
|
||||
inner class A/Companion
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final static class A/Companion {
|
||||
inner class A/Companion
|
||||
private method <init>(): void
|
||||
public final @org.jetbrains.annotations.NotNull method ok(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class CompanionObjectReceiverKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
+13
@@ -0,0 +1,13 @@
|
||||
public enum class E {
|
||||
public final static field A: E
|
||||
public final static field B: E
|
||||
protected method <init>(p0: java.lang.String, p1: int): void
|
||||
public final @org.jetbrains.annotations.NotNull method foo(): java.lang.String
|
||||
public static method valueOf(p0: java.lang.String): E
|
||||
public static method values(): E[]
|
||||
}
|
||||
|
||||
|
||||
public final class EnumEntryMemberKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
compiler/testData/codegen/light-analysis/callableReference/bound/equals/nullableReceiverInEquals.txt
Vendored
+27
@@ -0,0 +1,27 @@
|
||||
public final class A {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class NullableReceiverInEqualsKt {
|
||||
private final static @org.jetbrains.annotations.NotNull field A_bar: kotlin.reflect.KMutableProperty1
|
||||
private final static @org.jetbrains.annotations.NotNull field A_foo: kotlin.reflect.KFunction
|
||||
private final static @org.jetbrains.annotations.NotNull field a: A
|
||||
private final static @org.jetbrains.annotations.NotNull field aBar: kotlin.reflect.KMutableProperty0
|
||||
private final static @org.jetbrains.annotations.NotNull field aFoo: kotlin.reflect.KFunction
|
||||
private final static @org.jetbrains.annotations.NotNull field aa: A
|
||||
private final static @org.jetbrains.annotations.NotNull field nullBar: kotlin.reflect.KMutableProperty0
|
||||
private final static @org.jetbrains.annotations.NotNull field nullFoo: kotlin.reflect.KFunction
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method foo(@org.jetbrains.annotations.Nullable p0: A): void
|
||||
public final static @org.jetbrains.annotations.NotNull method getA(): A
|
||||
public final static @org.jetbrains.annotations.NotNull method getABar(): kotlin.reflect.KMutableProperty0
|
||||
public final static @org.jetbrains.annotations.NotNull method getAFoo(): kotlin.reflect.KFunction
|
||||
public final static @org.jetbrains.annotations.NotNull method getA_bar(): kotlin.reflect.KMutableProperty1
|
||||
public final static @org.jetbrains.annotations.NotNull method getA_foo(): kotlin.reflect.KFunction
|
||||
public final static @org.jetbrains.annotations.NotNull method getAa(): A
|
||||
public final static method getBar(@org.jetbrains.annotations.Nullable p0: A): int
|
||||
public final static @org.jetbrains.annotations.NotNull method getNullBar(): kotlin.reflect.KMutableProperty0
|
||||
public final static @org.jetbrains.annotations.NotNull method getNullFoo(): kotlin.reflect.KFunction
|
||||
public final static method setBar(@org.jetbrains.annotations.Nullable p0: A, p1: int): void
|
||||
}
|
||||
Vendored
+17
@@ -0,0 +1,17 @@
|
||||
public final class C {
|
||||
private field prop: int
|
||||
public method <init>(): void
|
||||
public final method getProp(): int
|
||||
public final method setProp(p0: int): void
|
||||
}
|
||||
|
||||
|
||||
public final class PropertyAccessorsKt {
|
||||
private final static @org.jetbrains.annotations.NotNull field C_prop: kotlin.reflect.KMutableProperty1
|
||||
private final static @org.jetbrains.annotations.NotNull field C_propReflect: kotlin.reflect.KMutableProperty1
|
||||
private final static @org.jetbrains.annotations.NotNull field cProp: kotlin.reflect.KMutableProperty0
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method getCProp(): kotlin.reflect.KMutableProperty0
|
||||
public final static @org.jetbrains.annotations.NotNull method getC_prop(): kotlin.reflect.KMutableProperty1
|
||||
public final static @org.jetbrains.annotations.NotNull method getC_propReflect(): kotlin.reflect.KMutableProperty1
|
||||
}
|
||||
Vendored
+22
@@ -0,0 +1,22 @@
|
||||
public final class test/A {
|
||||
public method <init>(): void
|
||||
public final method bar(): void
|
||||
public final method foo(): void
|
||||
}
|
||||
|
||||
|
||||
public final class test/ReceiverInEqualsKt {
|
||||
private final static @org.jetbrains.annotations.NotNull field A_foo: kotlin.reflect.KFunction
|
||||
private final static @org.jetbrains.annotations.NotNull field a: test.A
|
||||
private final static @org.jetbrains.annotations.NotNull field aBar: kotlin.reflect.KFunction
|
||||
private final static @org.jetbrains.annotations.NotNull field aFoo: kotlin.reflect.KFunction
|
||||
private final static @org.jetbrains.annotations.NotNull field aa: test.A
|
||||
private final static @org.jetbrains.annotations.NotNull field aaFoo: kotlin.reflect.KFunction
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method getA(): test.A
|
||||
public final static @org.jetbrains.annotations.NotNull method getABar(): kotlin.reflect.KFunction
|
||||
public final static @org.jetbrains.annotations.NotNull method getAFoo(): kotlin.reflect.KFunction
|
||||
public final static @org.jetbrains.annotations.NotNull method getA_foo(): kotlin.reflect.KFunction
|
||||
public final static @org.jetbrains.annotations.NotNull method getAa(): test.A
|
||||
public final static @org.jetbrains.annotations.NotNull method getAaFoo(): kotlin.reflect.KFunction
|
||||
}
|
||||
Vendored
+24
@@ -0,0 +1,24 @@
|
||||
public final class C {
|
||||
private final field bar: int
|
||||
public method <init>(): void
|
||||
public final method foo(): void
|
||||
public final method getBar(): int
|
||||
}
|
||||
|
||||
|
||||
public final class ReflectionReferenceKt {
|
||||
private final static @org.jetbrains.annotations.NotNull field C_bar: kotlin.reflect.KProperty1
|
||||
private final static @org.jetbrains.annotations.NotNull field C_barReflect: kotlin.reflect.KProperty1
|
||||
private final static @org.jetbrains.annotations.NotNull field C_foo: kotlin.reflect.KFunction
|
||||
private final static @org.jetbrains.annotations.NotNull field C_fooReflect: kotlin.reflect.KFunction
|
||||
private final static @org.jetbrains.annotations.NotNull field cBar: kotlin.reflect.KProperty0
|
||||
private final static @org.jetbrains.annotations.NotNull field cFoo: kotlin.reflect.KFunction
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method getCBar(): kotlin.reflect.KProperty0
|
||||
public final static @org.jetbrains.annotations.NotNull method getCFoo(): kotlin.reflect.KFunction
|
||||
public final static @org.jetbrains.annotations.NotNull method getC_bar(): kotlin.reflect.KProperty1
|
||||
public final static @org.jetbrains.annotations.NotNull method getC_barReflect(): kotlin.reflect.KProperty1
|
||||
public final static @org.jetbrains.annotations.NotNull method getC_foo(): kotlin.reflect.KFunction
|
||||
public final static @org.jetbrains.annotations.NotNull method getC_fooReflect(): kotlin.reflect.KFunction
|
||||
public final static @org.jetbrains.annotations.NotNull method getClassName(@org.jetbrains.annotations.NotNull p0: java.lang.Object): java.lang.String
|
||||
}
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
public final class SimpleKt {
|
||||
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: kotlin.jvm.functions.Function0): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method id(@org.jetbrains.annotations.NotNull p0: java.lang.String): java.lang.String
|
||||
}
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
public final class SimpleValKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method go(@org.jetbrains.annotations.NotNull p0: kotlin.jvm.functions.Function0): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method id(@org.jetbrains.annotations.NotNull p0: java.lang.String): java.lang.String
|
||||
}
|
||||
Vendored
+3
@@ -0,0 +1,3 @@
|
||||
public final class KCallableNameIntrinsicKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
public final class Kt12738Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method get(p0: java.lang.Object): kotlin.jvm.functions.Function0
|
||||
}
|
||||
+24
@@ -0,0 +1,24 @@
|
||||
public final class A {
|
||||
private field v: int
|
||||
public method <init>(p0: int): void
|
||||
public final method f(p0: int): int
|
||||
public final method getV(): int
|
||||
public final method setV(p0: int): void
|
||||
}
|
||||
|
||||
|
||||
public final class F {
|
||||
public final static field INSTANCE: F
|
||||
private static field u: int
|
||||
private method <init>(): void
|
||||
public final method getU(): int
|
||||
public final method setU(p0: int): void
|
||||
}
|
||||
|
||||
|
||||
public final class MultiCaseKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method g(@org.jetbrains.annotations.NotNull p0: A, p1: int): int
|
||||
public final static method getW(@org.jetbrains.annotations.NotNull p0: A): int
|
||||
public final static method setW(@org.jetbrains.annotations.NotNull p0: A, p1: int): void
|
||||
}
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
public final class NullReceiverKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method getOk(@org.jetbrains.annotations.Nullable p0: java.lang.String): java.lang.String
|
||||
}
|
||||
+10
@@ -0,0 +1,10 @@
|
||||
public final class ObjectReceiverKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Singleton {
|
||||
public final static field INSTANCE: Singleton
|
||||
private method <init>(): void
|
||||
public final @org.jetbrains.annotations.NotNull method ok(): java.lang.String
|
||||
}
|
||||
+12
@@ -0,0 +1,12 @@
|
||||
public final class PrimitiveReceiverKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method foo(p0: boolean): int
|
||||
public final static method foo(p0: byte): int
|
||||
public final static method foo(p0: char): int
|
||||
public final static method foo(p0: double): int
|
||||
public final static method foo(p0: float): int
|
||||
public final static method foo(p0: int): int
|
||||
public final static method foo(p0: long): int
|
||||
public final static method foo(p0: short): int
|
||||
public final static method testRef(@org.jetbrains.annotations.NotNull p0: java.lang.String, @org.jetbrains.annotations.NotNull p1: kotlin.jvm.functions.Function0, p2: int): void
|
||||
}
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
public final class SimpleFunctionKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
public final class SimplePropertyKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
Vendored
+3
@@ -0,0 +1,3 @@
|
||||
public final class TestKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
Reference in New Issue
Block a user