Minor: Update tests for light analysis mode (rebase)

This commit is contained in:
Yan Zhulanow
2016-11-22 22:36:36 +03:00
committed by Yan Zhulanow
parent d246bd8cff
commit 75aaf6e797
15 changed files with 75 additions and 13 deletions
@@ -0,0 +1,18 @@
final class C {
private final @org.jetbrains.annotations.NotNull field status: java.lang.String
public method <init>(): void
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
public synthetic method <init>(p0: java.lang.String, p1: int, p2: kotlin.jvm.internal.DefaultConstructorMarker): void
public final @org.jetbrains.annotations.NotNull method component1(): java.lang.String
public synthetic static method copy$default(p0: C, p1: java.lang.String, p2: int, p3: java.lang.Object): C
public final @org.jetbrains.annotations.NotNull method copy(@org.jetbrains.annotations.NotNull p0: java.lang.String): C
public method equals(p0: java.lang.Object): boolean
public final @org.jetbrains.annotations.NotNull method getStatus(): java.lang.String
public method hashCode(): int
public method toString(): java.lang.String
}
public final class PrivateClassKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}