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,4 @@
|
||||
public final class CallableReferenceKt {
|
||||
public final static @kotlin.jvm.JvmName @org.jetbrains.annotations.NotNull method bar(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
public final class ClashingErasureKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method foo(@org.jetbrains.annotations.NotNull p0: java.util.List): java.lang.String
|
||||
public final static @kotlin.jvm.JvmName @org.jetbrains.annotations.NotNull method fooInt(@org.jetbrains.annotations.NotNull p0: java.util.List): java.lang.String
|
||||
}
|
||||
@@ -0,0 +1,34 @@
|
||||
public final class C {
|
||||
private field rwValue: int
|
||||
inner class C/Inner
|
||||
public method <init>(): void
|
||||
public final @kotlin.jvm.JvmName @org.jetbrains.annotations.NotNull method ambigMethod1(@org.jetbrains.annotations.NotNull p0: java.lang.String): java.lang.String
|
||||
public final @kotlin.jvm.JvmName @org.jetbrains.annotations.NotNull method ambigMethod2(@org.jetbrains.annotations.NotNull p0: java.lang.String): java.lang.String
|
||||
public final @kotlin.jvm.JvmName @org.jetbrains.annotations.NotNull method extMethodWithGenericParamInt(@org.jetbrains.annotations.NotNull p0: C.Inner, @org.jetbrains.annotations.NotNull p1: java.util.List): java.lang.String
|
||||
public final @kotlin.jvm.JvmName @org.jetbrains.annotations.NotNull method extMethodWithGenericParamStr(@org.jetbrains.annotations.NotNull p0: C.Inner, @org.jetbrains.annotations.NotNull p1: java.util.List): java.lang.String
|
||||
public final @kotlin.jvm.JvmName @org.jetbrains.annotations.NotNull method extMethodWithGenericReceiverInt(@org.jetbrains.annotations.NotNull p0: java.util.List): java.lang.String
|
||||
public final @kotlin.jvm.JvmName @org.jetbrains.annotations.NotNull method extMethodWithGenericReceiverStr(@org.jetbrains.annotations.NotNull p0: java.util.List): java.lang.String
|
||||
public final method getRwProperty(): int
|
||||
public final method getRwValue(): int
|
||||
public final @kotlin.jvm.JvmName method get_rwProperty(): int
|
||||
public final @kotlin.jvm.JvmName @org.jetbrains.annotations.NotNull method instMethodInt(@org.jetbrains.annotations.NotNull p0: java.util.List): java.lang.String
|
||||
public final @kotlin.jvm.JvmName @org.jetbrains.annotations.NotNull method instMethodStr(@org.jetbrains.annotations.NotNull p0: java.util.List): java.lang.String
|
||||
public final method setRwProperty(p0: int): void
|
||||
public final method setRwValue(p0: int): void
|
||||
public final @kotlin.jvm.JvmName method set_rwProperty(p0: int): void
|
||||
}
|
||||
|
||||
|
||||
public final static class C/Inner {
|
||||
inner class C/Inner
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class ClassMembersKt {
|
||||
private final static @org.jetbrains.annotations.NotNull field ints: java.util.List
|
||||
private final static @org.jetbrains.annotations.NotNull field strs: java.util.List
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method getInts(): java.util.List
|
||||
public final static @org.jetbrains.annotations.NotNull method getStrs(): java.util.List
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
public final class FakePlatformNameKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
@kotlin.jvm.JvmName
|
||||
public final class Bar {
|
||||
public final static @org.jetbrains.annotations.NotNull method bar(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.jvm.JvmName
|
||||
public final class Foo {
|
||||
public final static @org.jetbrains.annotations.NotNull method foo(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class TestKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
Vendored
+4
@@ -0,0 +1,4 @@
|
||||
@StringHolder
|
||||
public final class FileFacadeKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
@kotlin.jvm.JvmName
|
||||
public final class Foo {
|
||||
public final static @org.jetbrains.annotations.NotNull method foo(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class SimpleKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
public final class FunctionNameKt {
|
||||
public final static @kotlin.jvm.JvmName @org.jetbrains.annotations.NotNull method bar(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
public final class test/Test {
|
||||
public final static @org.jetbrains.annotations.NotNull method bar(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method foo(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method qux(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
synthetic final class test/Test__MultifileClassKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method bar(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method foo(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method qux(): java.lang.String
|
||||
}
|
||||
+12
@@ -0,0 +1,12 @@
|
||||
public final class test/Test {
|
||||
public final static @org.jetbrains.annotations.NotNull method bar(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method foo(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
synthetic final class test/Test__MultifileClassWithLocalClassKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method bar(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method foo(): java.lang.String
|
||||
}
|
||||
+12
@@ -0,0 +1,12 @@
|
||||
public final class test/Test {
|
||||
public final static @org.jetbrains.annotations.NotNull method bar(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method foo(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
synthetic final class test/Test__MultifileClassWithLocalGenericKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method bar(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method foo(): java.lang.String
|
||||
}
|
||||
+23
@@ -0,0 +1,23 @@
|
||||
public final class Delegate {
|
||||
public final static field INSTANCE: Delegate
|
||||
private method <init>(): void
|
||||
public final method getValue(@org.jetbrains.annotations.Nullable p0: java.lang.Object, @org.jetbrains.annotations.Nullable p1: java.lang.Object): boolean
|
||||
public final method setValue(@org.jetbrains.annotations.Nullable p0: java.lang.Object, @org.jetbrains.annotations.Nullable p1: java.lang.Object, p2: boolean): void
|
||||
}
|
||||
|
||||
|
||||
public final class PropertyAccessorsUseSiteKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class TestIt {
|
||||
private synthetic final static field $$delegatedProperties: kotlin.reflect.KProperty[]
|
||||
private field isFries: boolean
|
||||
private final @org.jetbrains.annotations.NotNull field isUpdateable$delegate: Delegate
|
||||
public method <init>(): void
|
||||
public final @kotlin.jvm.JvmName method getIsFries(): boolean
|
||||
public final @kotlin.jvm.JvmName method getIsUpdateable(): boolean
|
||||
public final @kotlin.jvm.JvmName method setIsFries(p0: boolean): void
|
||||
public final @kotlin.jvm.JvmName method setIsUpdateable(p0: boolean): void
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
public final class PropertyNameKt {
|
||||
private static field v: int
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @kotlin.jvm.JvmName method vget(): int
|
||||
public final static @kotlin.jvm.JvmName method vset(p0: int): void
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
@kotlin.jvm.JvmName
|
||||
public final class test/Util {
|
||||
public final static @org.jetbrains.annotations.NotNull method bar(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method foo(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method qux(): java.lang.String
|
||||
}
|
||||
Reference in New Issue
Block a user