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,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
}
@@ -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