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
+37
@@ -0,0 +1,37 @@
|
||||
public final class ClassObjectsWithParentClassesKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public class Test {
|
||||
public final static field Companion: Test.Companion
|
||||
inner class Test/Companion
|
||||
inner class Test/InnerClass
|
||||
inner class Test/NotInnerClass
|
||||
public method <init>(): void
|
||||
public final @org.jetbrains.annotations.NotNull method test(): Test.InnerClass
|
||||
}
|
||||
|
||||
|
||||
public final static class Test/Companion {
|
||||
inner class Test/Companion
|
||||
private method <init>(): void
|
||||
public final @org.jetbrains.annotations.NotNull method testStatic(@org.jetbrains.annotations.NotNull p0: Test.InnerClass): Test.NotInnerClass
|
||||
}
|
||||
|
||||
|
||||
public class Test/InnerClass {
|
||||
synthetic final field this$0: Test
|
||||
private final field value: int
|
||||
inner class Test/InnerClass
|
||||
public method <init>(p0: Test, p1: int): void
|
||||
public final method getValue(): int
|
||||
}
|
||||
|
||||
|
||||
public static class Test/NotInnerClass {
|
||||
private final field value: int
|
||||
inner class Test/NotInnerClass
|
||||
public method <init>(p0: int): void
|
||||
public final method getValue(): int
|
||||
}
|
||||
Reference in New Issue
Block a user