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,6 @@
public final class AnnotationTypeKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@java.lang.annotation.Retention
public annotation class Foo
@@ -0,0 +1,9 @@
@java.lang.annotation.Retention
public annotation class Anno {
public abstract method klasses(): java.lang.Class[]
}
public final class ArrayOfKClassesKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,5 @@
public final class KKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
private final static method create(): java.lang.annotation.Annotation
private final static method create(p0: java.util.Map): java.lang.annotation.Annotation
}
@@ -0,0 +1,36 @@
public final class CallByKotlinKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
private final static method create(): java.lang.annotation.Annotation
private final static method create(p0: java.util.Map): java.lang.annotation.Annotation
}
@java.lang.annotation.Retention
public annotation class NoParams
@java.lang.annotation.Retention
public annotation class OneDefault {
public abstract method s(): java.lang.String
}
@java.lang.annotation.Retention
public annotation class OneNonDefault {
public abstract method s(): java.lang.String
}
@java.lang.annotation.Retention
public annotation class TwoNonDefaults {
public abstract method klass(): java.lang.Class
public abstract method string(): java.lang.String
}
@java.lang.annotation.Retention
public annotation class TwoParamsOneDefault {
public abstract method s(): java.lang.String
public abstract method x(): int
}
@java.lang.annotation.Retention
public annotation class TwoParamsOneDefaultKClass {
public abstract method klass(): java.lang.Class
public abstract method string(): java.lang.String
}
@@ -0,0 +1,4 @@
public final class KKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
private final static method create(p0: java.lang.Object[]): java.lang.annotation.Annotation
}
@@ -0,0 +1,18 @@
public final class CallKotlinKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
private final static method create(p0: java.lang.Object[]): java.lang.annotation.Annotation
}
@java.lang.annotation.Retention
public annotation class NoParams
@java.lang.annotation.Retention
public annotation class OneDefault {
public abstract method s(): java.lang.String
}
@java.lang.annotation.Retention
public annotation class TwoNonDefaults {
public abstract method klass(): java.lang.Class
public abstract method string(): java.lang.String
}
@@ -0,0 +1,3 @@
public final class CreateJdkAnnotationInstanceKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,20 @@
@java.lang.annotation.Retention
public annotation class Anno {
public abstract method foo(): Foo
public abstract method foos(): Foo[]
public abstract method klass(): java.lang.Class
public abstract method klasses(): java.lang.Class[]
public abstract method level(): kotlin.DeprecationLevel
public abstract method levels(): kotlin.DeprecationLevel[]
}
public final class EnumKClassAnnotationKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @Anno method foo(): void
}
@java.lang.annotation.Retention
public annotation class Foo {
public abstract method value(): java.lang.String
}
@@ -0,0 +1,13 @@
@java.lang.annotation.Retention
public annotation class test/A
@java.lang.annotation.Retention
public annotation class test/B {
public abstract method s(): java.lang.String
}
public final class test/EqualsHashCodeToStringKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @test.A @test.B method javaReflectionAnnotationInstances(): void
}
@@ -0,0 +1,20 @@
@java.lang.annotation.Retention
public annotation class D {
public abstract method d(): double
}
@java.lang.annotation.Retention
public annotation class F {
public abstract method f(): float
}
public final class FloatingPointParametersKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static method check(@org.jetbrains.annotations.NotNull p0: java.lang.Object, @org.jetbrains.annotations.NotNull p1: java.lang.Object): void
public final static method checkNot(@org.jetbrains.annotations.NotNull p0: java.lang.Object, @org.jetbrains.annotations.NotNull p1: java.lang.Object): void
public final static @D method dMinusZero(): void
public final static @D method dPlusZero(): void
public final static @F method fMinusZero(): void
public final static @F method fPlusZero(): void
}
@@ -0,0 +1,9 @@
@java.lang.annotation.Retention
public annotation class Anno {
public abstract method equals(): boolean
}
public final class ParameterNamedEqualsKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -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
}