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,27 @@
@java.lang.annotation.Retention
public annotation class Anno {
public abstract method b(): byte
public abstract method ba(): byte[]
public abstract method c(): char
public abstract method ca(): char[]
public abstract method d(): double
public abstract method da(): double[]
public abstract method f(): float
public abstract method fa(): float[]
public abstract method i(): int
public abstract method ia(): int[]
public abstract method j(): long
public abstract method ja(): long[]
public abstract method s(): short
public abstract method sa(): short[]
public abstract method str(): java.lang.String
public abstract method stra(): java.lang.String[]
public abstract method z(): boolean
public abstract method za(): boolean[]
}
public final class PrimitivesAndArraysKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @Anno method foo(): void
}