Update LightAnalysisModeCodegenTests for Kotlin 1.1
This commit is contained in:
+31
@@ -0,0 +1,31 @@
|
||||
public final class A {
|
||||
public method <init>(): void
|
||||
public final method getC(): int
|
||||
public final method setC(p0: int): void
|
||||
}
|
||||
|
||||
|
||||
public final class AugmentedAssignmentsAndIncrementsKt {
|
||||
private synthetic final static field $$delegatedProperties: kotlin.reflect.KProperty[]
|
||||
private static field a: int
|
||||
private final static @org.jetbrains.annotations.NotNull field f$delegate: SimpleDelegate
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method getA(): int
|
||||
public final static method getB(): int
|
||||
public final static method getD(@org.jetbrains.annotations.NotNull p0: A): int
|
||||
public final static method getE(p0: int): int
|
||||
public final static method getF(): int
|
||||
public final static method setA(p0: int): void
|
||||
public final static method setB(p0: int): void
|
||||
public final static method setD(@org.jetbrains.annotations.NotNull p0: A, p1: int): void
|
||||
public final static method setE(p0: int, p1: int): void
|
||||
public final static method setF(p0: int): void
|
||||
}
|
||||
|
||||
|
||||
public final class SimpleDelegate {
|
||||
public final static field INSTANCE: SimpleDelegate
|
||||
private method <init>(): void
|
||||
public final method getValue(@org.jetbrains.annotations.Nullable p0: java.lang.Object, @org.jetbrains.annotations.NotNull p1: kotlin.reflect.KProperty): int
|
||||
public final method setValue(@org.jetbrains.annotations.Nullable p0: java.lang.Object, @org.jetbrains.annotations.NotNull p1: kotlin.reflect.KProperty, p2: int): void
|
||||
}
|
||||
+2
-2
@@ -4,8 +4,8 @@ public annotation class Anno
|
||||
|
||||
public final class TwoAnnotatedExtensionPropertiesWithoutBackingFieldsKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
private synthetic deprecated final static @Anno method foo$annotations(p0: int): void
|
||||
private synthetic deprecated final static @Anno method foo$annotations(p0: java.lang.String): void
|
||||
private synthetic deprecated static @Anno method foo$annotations(p0: int): void
|
||||
private synthetic deprecated static @Anno method foo$annotations(p0: java.lang.String): void
|
||||
public final static method getFoo(@org.jetbrains.annotations.NotNull p0: java.lang.String): int
|
||||
public final static method getFoo(p0: int): int
|
||||
}
|
||||
|
||||
+10
@@ -0,0 +1,10 @@
|
||||
public final class A {
|
||||
public method <init>(): void
|
||||
public final @org.jetbrains.annotations.NotNull method getY(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class TypeInferredFromGetterKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method getX(): java.lang.String
|
||||
}
|
||||
Reference in New Issue
Block a user