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,25 @@
public final class CompanionOwner {
public final static field Companion: CompanionOwner.Companion
inner class CompanionOwner/Companion
public method <init>(): void
public final static @kotlin.jvm.JvmStatic @org.jetbrains.annotations.NotNull method bar(@org.jetbrains.annotations.NotNull p0: java.lang.String): java.lang.String
}
public final static class CompanionOwner/Companion {
inner class CompanionOwner/Companion
private method <init>(): void
public final @kotlin.jvm.JvmStatic @org.jetbrains.annotations.NotNull method bar(@org.jetbrains.annotations.NotNull p0: java.lang.String): java.lang.String
}
public final class Host {
public final static field INSTANCE: Host
private method <init>(): void
public final static @kotlin.jvm.JvmStatic @org.jetbrains.annotations.NotNull method foo(@org.jetbrains.annotations.NotNull p0: java.lang.String): java.lang.String
}
public final class JvmStaticObjectFunctionKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}