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
Vendored
+12
@@ -0,0 +1,12 @@
|
||||
public final class test/TestKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
synthetic final class test/TestKt__NoPrivateNoAccessorsInMultiFileFacadeKt {
|
||||
private static field prop: java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
private final static method getProp$TestKt__NoPrivateNoAccessorsInMultiFileFacadeKt(): java.lang.String
|
||||
private final static method setProp$TestKt__NoPrivateNoAccessorsInMultiFileFacadeKt(p0: java.lang.String): void
|
||||
private final static method test$TestKt__NoPrivateNoAccessorsInMultiFileFacadeKt(): java.lang.String
|
||||
}
|
||||
Vendored
+13
@@ -0,0 +1,13 @@
|
||||
public final class test/TestKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method getProp(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
synthetic final class test/TestKt__NoPrivateNoAccessorsInMultiFileFacade2Kt {
|
||||
private static @org.jetbrains.annotations.NotNull field prop: java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method getProp(): java.lang.String
|
||||
private final static method setProp$TestKt__NoPrivateNoAccessorsInMultiFileFacade2Kt(p0: java.lang.String): void
|
||||
private final static method test$TestKt__NoPrivateNoAccessorsInMultiFileFacade2Kt(): java.lang.String
|
||||
}
|
||||
+7
@@ -0,0 +1,7 @@
|
||||
public final class test/PrivateInInlineNestedKt {
|
||||
private final static field prop: java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method call(@org.jetbrains.annotations.NotNull p0: kotlin.jvm.functions.Function0): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method inlineFun(): java.lang.String
|
||||
private final static method test(): java.lang.String
|
||||
}
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
public final class test/PrivateVisibilityKt {
|
||||
private final static field prop: java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
private final static method test(): java.lang.String
|
||||
}
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
public final class test/SyntheticAccessorKt {
|
||||
private final static field prop: java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
private final static method test(): java.lang.String
|
||||
}
|
||||
+11
@@ -0,0 +1,11 @@
|
||||
public final class test/TestKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
synthetic final class test/TestKt__SyntheticAccessorInMultiFileKt {
|
||||
private final static field prop: java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
private final static method getProp$TestKt__SyntheticAccessorInMultiFileKt(): java.lang.String
|
||||
private final static method test$TestKt__SyntheticAccessorInMultiFileKt(): java.lang.String
|
||||
}
|
||||
Reference in New Issue
Block a user