Update LightAnalysisModeCodegenTests for Kotlin 1.1
This commit is contained in:
+13
@@ -0,0 +1,13 @@
|
||||
@kotlin.annotation.Target
|
||||
@kotlin.annotation.Retention
|
||||
@java.lang.annotation.Retention
|
||||
@java.lang.annotation.Target
|
||||
public annotation class Ann {
|
||||
public abstract method x(): int
|
||||
}
|
||||
|
||||
|
||||
public final class AnnotationsOnTypeAliasesKt {
|
||||
public final static method assertHasDeclaredMethodWithAnn(@org.jetbrains.annotations.NotNull p0: java.lang.Class): void
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
+1
-1
@@ -2,7 +2,7 @@ public final class C {
|
||||
private synthetic final static field $$delegatedProperties: kotlin.reflect.KProperty[]
|
||||
private final @kotlin.jvm.Transient @org.jetbrains.annotations.NotNull field del$delegate: CustomDelegate
|
||||
private final @kotlin.jvm.Transient field tra: int
|
||||
private @kotlin.jvm.Volatile field vol: int
|
||||
private volatile @kotlin.jvm.Volatile field vol: int
|
||||
public method <init>(): void
|
||||
public final @org.jetbrains.annotations.NotNull method getDel(): java.lang.String
|
||||
public final method getTra(): int
|
||||
|
||||
Reference in New Issue
Block a user