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,25 @@
|
||||
public final class A {
|
||||
private final @org.jetbrains.annotations.NotNull field property: java.lang.String
|
||||
public method <init>(): void
|
||||
public final @org.jetbrains.annotations.NotNull method action(): java.lang.String
|
||||
public final @org.jetbrains.annotations.NotNull method getA(): A
|
||||
public final @org.jetbrains.annotations.NotNull method getProperty(): java.lang.String
|
||||
public final @org.jetbrains.annotations.NotNull method infix(@org.jetbrains.annotations.NotNull p0: java.lang.String): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Kt628Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method test1(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method test10(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method test11(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method test12(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method test2(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method test3(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method test4(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method test5(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method test6(): java.lang.String
|
||||
public final static method test7(): int
|
||||
public final static method test8(): int
|
||||
public final static @org.jetbrains.annotations.NotNull method test9(): java.lang.String
|
||||
}
|
||||
Reference in New Issue
Block a user