Update LightAnalysisModeCodegenTests for Kotlin 1.1
This commit is contained in:
+6
-1
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user