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,28 @@
|
||||
public enum class Color {
|
||||
public final static field BLUE: Color
|
||||
public final static field GREEN: Color
|
||||
public final static field RED: Color
|
||||
private final field rgb: int
|
||||
protected method <init>(p0: java.lang.String, p1: int, p2: int): void
|
||||
public final method getRgb(): int
|
||||
public static method valueOf(p0: java.lang.String): Color
|
||||
public static method values(): Color[]
|
||||
}
|
||||
|
||||
|
||||
public enum class Direction {
|
||||
public final static field EAST: Direction
|
||||
public final static field NORTH: Direction
|
||||
public final static field SOUTH: Direction
|
||||
public final static field WEST: Direction
|
||||
protected method <init>(p0: java.lang.String, p1: int): void
|
||||
public static method valueOf(p0: java.lang.String): Direction
|
||||
public static method values(): Direction[]
|
||||
}
|
||||
|
||||
|
||||
public final class Kt1186Kt {
|
||||
public final static method bar(@org.jetbrains.annotations.NotNull p0: Color): int
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method foo(@org.jetbrains.annotations.NotNull p0: Direction): int
|
||||
}
|
||||
Reference in New Issue
Block a user