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,13 @@
|
||||
public final class test/FieldKt {
|
||||
private final static field noMangling: int
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method getNoMangling(): int
|
||||
}
|
||||
|
||||
|
||||
public final class test/Z {
|
||||
private field noMangling: int
|
||||
public method <init>(): void
|
||||
public final method getNoMangling$test_module(): int
|
||||
public final method setNoMangling$test_module(p0: int): void
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
public final class test/FunKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method noMangling(): int
|
||||
}
|
||||
|
||||
|
||||
public final class test/Z {
|
||||
public method <init>(): void
|
||||
public final method mangled$test_module(): int
|
||||
}
|
||||
@@ -0,0 +1,20 @@
|
||||
public class A {
|
||||
private final @org.jetbrains.annotations.NotNull field field: java.lang.String
|
||||
public method <init>(): void
|
||||
public @org.jetbrains.annotations.NotNull method getField$test_module(): java.lang.String
|
||||
public @org.jetbrains.annotations.NotNull method test$test_module(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class InternalOverrideKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method invokeOnA(@org.jetbrains.annotations.NotNull p0: A): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Z {
|
||||
private final @org.jetbrains.annotations.NotNull field field: java.lang.String
|
||||
public method <init>(): void
|
||||
public @org.jetbrains.annotations.NotNull method getField$test_module(): java.lang.String
|
||||
public @org.jetbrains.annotations.NotNull method test$test_module(): java.lang.String
|
||||
}
|
||||
+19
@@ -0,0 +1,19 @@
|
||||
public class A {
|
||||
private final @org.jetbrains.annotations.NotNull field field: java.lang.String
|
||||
public method <init>(): void
|
||||
public @org.jetbrains.annotations.NotNull method getField$test_module(): java.lang.String
|
||||
public @org.jetbrains.annotations.NotNull method test$test_module(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class InternalOverrideSuperCallKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Z {
|
||||
private final @org.jetbrains.annotations.NotNull field field: java.lang.String
|
||||
public method <init>(): void
|
||||
public @org.jetbrains.annotations.NotNull method getField$test_module(): java.lang.String
|
||||
public @org.jetbrains.annotations.NotNull method test$test_module(): java.lang.String
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
public class A {
|
||||
public method <init>(): void
|
||||
public @org.jetbrains.annotations.NotNull method test$test_module(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class TestKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
@@ -0,0 +1,22 @@
|
||||
public class A {
|
||||
private final @org.jetbrains.annotations.NotNull field field: java.lang.String
|
||||
public method <init>(): void
|
||||
public @org.jetbrains.annotations.NotNull method getField$test_module(): java.lang.String
|
||||
public @org.jetbrains.annotations.NotNull method test$test_module(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class PublicOverrideKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method invokeOnA(@org.jetbrains.annotations.NotNull p0: A): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Z {
|
||||
private final @org.jetbrains.annotations.NotNull field field: java.lang.String
|
||||
public method <init>(): void
|
||||
public synthetic method getField$test_module(): java.lang.String
|
||||
public @org.jetbrains.annotations.NotNull method getField(): java.lang.String
|
||||
public synthetic method test$test_module(): java.lang.String
|
||||
public @org.jetbrains.annotations.NotNull method test(): java.lang.String
|
||||
}
|
||||
+21
@@ -0,0 +1,21 @@
|
||||
public class A {
|
||||
private final @org.jetbrains.annotations.NotNull field field: java.lang.String
|
||||
public method <init>(): void
|
||||
public @org.jetbrains.annotations.NotNull method getField$test_module(): java.lang.String
|
||||
public @org.jetbrains.annotations.NotNull method test$test_module(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class PublicOverrideSuperCallKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Z {
|
||||
private final @org.jetbrains.annotations.NotNull field field: java.lang.String
|
||||
public method <init>(): void
|
||||
public synthetic method getField$test_module(): java.lang.String
|
||||
public @org.jetbrains.annotations.NotNull method getField(): java.lang.String
|
||||
public synthetic method test$test_module(): java.lang.String
|
||||
public @org.jetbrains.annotations.NotNull method test(): java.lang.String
|
||||
}
|
||||
Reference in New Issue
Block a user