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