Use box tests to check if the light analysis mode (without analyzing bodies when possible) produces the same result as the complete analysis. See also the next commit in which light analysis mode is applied. Note that no tests were changed.
This commit is contained in:
committed by
Yan Zhulanow
parent
8bdb54929b
commit
328286ab14
+32
@@ -0,0 +1,32 @@
|
||||
public final class C {
|
||||
public final static field Companion: C.Companion
|
||||
private final static field p1: int
|
||||
inner class C/Companion
|
||||
public method <init>(): void
|
||||
public final static @kotlin.jvm.JvmStatic method f1(): int
|
||||
public final static method getP1(): int
|
||||
}
|
||||
|
||||
|
||||
public final static class C/Companion {
|
||||
inner class C/Companion
|
||||
private method <init>(): void
|
||||
public final @kotlin.jvm.JvmStatic method f1(): int
|
||||
public final method getP1(): int
|
||||
private synthetic deprecated final static @kotlin.jvm.JvmStatic method p1$annotations(): void
|
||||
}
|
||||
|
||||
|
||||
public final class ImportStaticMemberFromObjectKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class O {
|
||||
public final static field INSTANCE: O
|
||||
private final static field p: int
|
||||
private method <init>(): void
|
||||
public final static @kotlin.jvm.JvmStatic method f(): int
|
||||
public final static method getP(): int
|
||||
private synthetic deprecated final static @kotlin.jvm.JvmStatic method p$annotations(): void
|
||||
}
|
||||
Reference in New Issue
Block a user