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
@@ -0,0 +1,35 @@
|
||||
public final class A {
|
||||
public final static field Companion: A.Companion
|
||||
private static @org.jetbrains.annotations.NotNull field holder: java.lang.String
|
||||
private static field r2: int
|
||||
private static field r3: int
|
||||
private static field r4: int
|
||||
private static field r: int
|
||||
inner class A/Companion
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final static class A/Companion {
|
||||
inner class A/Companion
|
||||
private method <init>(): void
|
||||
public final @org.jetbrains.annotations.NotNull method getHolder(): java.lang.String
|
||||
private final method getR(): int
|
||||
public final method getR2(): int
|
||||
public final method getR3(): int
|
||||
public final method getR4(): int
|
||||
public final method setHolder(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
private final method setR(p0: int): void
|
||||
public final method setR2(p0: int): void
|
||||
public final method setR3(p0: int): void
|
||||
public final method setR4(p0: int): void
|
||||
public final method test(): int
|
||||
public final method test2(): int
|
||||
public final method test3(): int
|
||||
public final method test4(): int
|
||||
}
|
||||
|
||||
|
||||
public final class IncInClassObjectKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
Reference in New Issue
Block a user