Update LightAnalysisModeCodegenTests for Kotlin 1.1
This commit is contained in:
+20
@@ -0,0 +1,20 @@
|
||||
public final class A {
|
||||
private final field x: java.lang.Object
|
||||
private final field y: java.lang.Object
|
||||
public method <init>(p0: java.lang.Object, p1: java.lang.Object): void
|
||||
public final method component1(): java.lang.Object
|
||||
public final method component2(): java.lang.Object
|
||||
public synthetic static method copy$default(p0: A, p1: java.lang.Object, p2: java.lang.Object, p3: int, p4: java.lang.Object): A
|
||||
public final @org.jetbrains.annotations.NotNull method copy(p0: java.lang.Object, p1: java.lang.Object): A
|
||||
public method equals(p0: java.lang.Object): boolean
|
||||
public final method getX(): java.lang.Object
|
||||
public final method getY(): java.lang.Object
|
||||
public method hashCode(): int
|
||||
public method toString(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class GenericKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method foo(@org.jetbrains.annotations.NotNull p0: A, @org.jetbrains.annotations.NotNull p1: kotlin.jvm.functions.Function1): java.lang.String
|
||||
}
|
||||
Reference in New Issue
Block a user