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
+15
@@ -0,0 +1,15 @@
|
||||
public final class A {
|
||||
private final @org.jetbrains.annotations.NotNull field c: java.lang.String
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
public final method foz(p0: int): void
|
||||
public final @org.jetbrains.annotations.NotNull method getC(): java.lang.String
|
||||
public final method mext(p0: double, p1: long): void
|
||||
}
|
||||
|
||||
|
||||
public final class FunctionParameterNameAndIndexKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method checkParameters(@org.jetbrains.annotations.NotNull p0: kotlin.reflect.KFunction, @org.jetbrains.annotations.NotNull p1: java.util.List): void
|
||||
public final static method foo(@org.jetbrains.annotations.NotNull p0: java.lang.String): int
|
||||
public final static method qux(p0: int, @org.jetbrains.annotations.NotNull p1: java.lang.String): void
|
||||
}
|
||||
+10
@@ -0,0 +1,10 @@
|
||||
public final class A {
|
||||
public method <init>(): void
|
||||
public final method foo(@org.jetbrains.annotations.NotNull p0: java.lang.String, @org.jetbrains.annotations.Nullable p1: java.lang.String, p2: java.lang.Object, @org.jetbrains.annotations.NotNull p3: java.lang.Object, @org.jetbrains.annotations.Nullable p4: java.lang.Object): void
|
||||
}
|
||||
|
||||
|
||||
public final class IsMarkedNullableKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method ext(@org.jetbrains.annotations.Nullable p0: java.lang.Object): void
|
||||
}
|
||||
+22
@@ -0,0 +1,22 @@
|
||||
public class A {
|
||||
public method <init>(): void
|
||||
public synthetic static method foo$default(p0: A, p1: int, p2: int, p3: int, p4: java.lang.Object): void
|
||||
public method foo(p0: int, p1: int): void
|
||||
}
|
||||
|
||||
|
||||
public final class B {
|
||||
public method <init>(): void
|
||||
public method foo(p0: int, p1: int): void
|
||||
}
|
||||
|
||||
|
||||
public final class C {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class IsOptionalKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method extFun(p0: int): void
|
||||
}
|
||||
Vendored
+3
@@ -0,0 +1,3 @@
|
||||
public final class KKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
public final class A {
|
||||
inner class A/Inner
|
||||
public method <init>(): void
|
||||
public final method foo(p0: int, @org.jetbrains.annotations.NotNull p1: java.lang.String): void
|
||||
}
|
||||
|
||||
|
||||
public final class A/Inner {
|
||||
synthetic final field this$0: A
|
||||
inner class A/Inner
|
||||
public method <init>(@java.lang.Synthetic p0: A, @org.jetbrains.annotations.NotNull p1: java.lang.String): void
|
||||
}
|
||||
|
||||
|
||||
public final class KindsKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
+13
@@ -0,0 +1,13 @@
|
||||
public final class PropertySetterKt {
|
||||
private static field custom: int
|
||||
private static field default: int
|
||||
private static field defaultAnnotated: int
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method checkPropertySetterParam(@org.jetbrains.annotations.NotNull p0: kotlin.reflect.KMutableProperty, @org.jetbrains.annotations.Nullable p1: java.lang.String): void
|
||||
public final static method getCustom(): int
|
||||
public final static method getDefault(): int
|
||||
public final static method getDefaultAnnotated(): int
|
||||
public final static method setCustom(p0: int): void
|
||||
public final static method setDefault(p0: int): void
|
||||
public final static method setDefaultAnnotated(p0: int): void
|
||||
}
|
||||
Reference in New Issue
Block a user