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
@@ -1,6 +1,6 @@
public final class ComponentKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static method component3(@org.jetbrains.annotations.NotNull p0: S): java.lang.String
public final static @org.jetbrains.annotations.NotNull method component3(@org.jetbrains.annotations.NotNull p0: S): java.lang.String
}
@@ -18,5 +18,5 @@ public final class S {
public final class Tester {
public method <init>(): void
public final @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final method component4(@org.jetbrains.annotations.NotNull p0: S): java.lang.String
public final @org.jetbrains.annotations.NotNull method component4(@org.jetbrains.annotations.NotNull p0: S): java.lang.String
}