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
@@ -23,12 +23,17 @@ public final class B/DefaultImpls {
public final class C {
public method <init>(): void
public @org.jetbrains.annotations.Nullable method foo(@org.jetbrains.annotations.NotNull p0: java.lang.String, p1: int): java.lang.Runnable
public @org.jetbrains.annotations.Nullable method foo(@org.jetbrains.annotations.NotNull p0: java.lang.String, p1: int): Runnable
public synthetic method foo(p0: java.lang.Object, p1: int): java.lang.Object
public synthetic method foo(p0: java.lang.Object, p1: java.lang.Number): java.lang.Object
}
public interface Runnable {
public abstract method run(): void
}
public final class TraitImplGenericDelegationKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}