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 InnerClassesInheritanceKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Outer {
|
||||
private final @org.jetbrains.annotations.NotNull field outerProp: java.lang.String
|
||||
private @org.jetbrains.annotations.NotNull field sideEffects: java.lang.String
|
||||
inner class Outer/A1
|
||||
inner class Outer/A2
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
public final @org.jetbrains.annotations.NotNull method getOuterProp(): java.lang.String
|
||||
public final @org.jetbrains.annotations.NotNull method getSideEffects(): java.lang.String
|
||||
public final method setSideEffects(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
}
|
||||
|
||||
|
||||
public abstract class Outer/A1 {
|
||||
private @org.jetbrains.annotations.NotNull field parentProp: java.lang.String
|
||||
synthetic final field this$0: Outer
|
||||
inner class Outer/A1
|
||||
protected method <init>(@java.lang.Synthetic p0: Outer, @org.jetbrains.annotations.NotNull p1: java.lang.String): void
|
||||
protected method <init>(p0: Outer, p1: int): void
|
||||
public final @org.jetbrains.annotations.NotNull method getParentProp(): java.lang.String
|
||||
public final method setParentProp(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
}
|
||||
|
||||
|
||||
public final class Outer/A2 {
|
||||
private @org.jetbrains.annotations.NotNull field prop: java.lang.String
|
||||
synthetic final field this$0: Outer
|
||||
inner class Outer/A2
|
||||
public method <init>(@java.lang.Synthetic p0: Outer, @org.jetbrains.annotations.NotNull p1: java.lang.String): void
|
||||
public method <init>(p0: Outer, p1: int): void
|
||||
public final @org.jetbrains.annotations.NotNull method getProp(): java.lang.String
|
||||
public final method setProp(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
}
|
||||
Reference in New Issue
Block a user