Update LightAnalysisModeCodegenTests for Kotlin 1.1
This commit is contained in:
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
|
||||
}
|
||||
Reference in New Issue
Block a user