Update LightAnalysisModeCodegenTests for Kotlin 1.1
This commit is contained in:
Vendored
+1
-1
@@ -7,5 +7,5 @@ public annotation class Ann {
|
||||
public final class PropertyWithoutBackingFieldKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method getProperty(): java.lang.String
|
||||
private synthetic deprecated final static @Ann method property$annotations(): void
|
||||
private synthetic deprecated static @Ann method property$annotations(): void
|
||||
}
|
||||
|
||||
+1
-1
@@ -8,6 +8,6 @@ public annotation class Simple {
|
||||
public final class SimpleValAnnotationKt {
|
||||
private final static field foo: int
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
private synthetic deprecated final static @Simple method foo$annotations(): void
|
||||
private synthetic deprecated static @Simple method foo$annotations(): void
|
||||
public final static method getFoo(): int
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user