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,31 @@
|
||||
public final class Kt1136Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class SomeClass {
|
||||
private final field list: java.util.ArrayList
|
||||
private @org.jetbrains.annotations.Nullable field status: java.lang.Throwable
|
||||
private final field workerThread: SomeClass$workerThread$1
|
||||
inner class SomeClass/Inner
|
||||
public method <init>(): void
|
||||
public final @org.jetbrains.annotations.Nullable method getStatus(): java.lang.Throwable
|
||||
public final method setStatus(@org.jetbrains.annotations.Nullable p0: java.lang.Throwable): void
|
||||
}
|
||||
|
||||
|
||||
public final class SomeClass/Inner {
|
||||
private final @org.jetbrains.annotations.NotNull field copy: java.util.ArrayList
|
||||
synthetic final field this$0: SomeClass
|
||||
inner class SomeClass/Inner
|
||||
public method <init>(p0: SomeClass): void
|
||||
public final @org.jetbrains.annotations.NotNull method getCopy(): java.util.ArrayList
|
||||
}
|
||||
|
||||
|
||||
public final class SomeObject {
|
||||
public final static field INSTANCE: SomeObject
|
||||
private final static field workerThread: SomeObject$workerThread$1
|
||||
private method <init>(): void
|
||||
private final method foo(): void
|
||||
}
|
||||
Reference in New Issue
Block a user