Update LightAnalysisModeCodegenTests for Kotlin 1.1

This commit is contained in:
Yan Zhulanow
2016-11-23 20:21:40 +03:00
parent e31a39386e
commit fcafaf5500
283 changed files with 5499 additions and 66 deletions
@@ -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
}
@@ -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
}
@@ -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
}
@@ -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
}