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,15 @@
|
||||
@kotlin.annotation.Retention
|
||||
@java.lang.annotation.Retention
|
||||
public annotation class test/Ann {
|
||||
public abstract method c1(): int
|
||||
}
|
||||
|
||||
|
||||
public final class test/CharKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@test.Ann
|
||||
public final class test/MyClass {
|
||||
public method <init>(): void
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
@kotlin.annotation.Retention
|
||||
@java.lang.annotation.Retention
|
||||
public annotation class Ann {
|
||||
public abstract method b(): byte
|
||||
public abstract method i(): int
|
||||
public abstract method l(): long
|
||||
public abstract method s(): short
|
||||
}
|
||||
|
||||
|
||||
public final class DivideKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@Ann
|
||||
public final class MyClass {
|
||||
public method <init>(): void
|
||||
}
|
||||
@@ -0,0 +1,32 @@
|
||||
@kotlin.annotation.Retention
|
||||
@java.lang.annotation.Retention
|
||||
public annotation class Ann {
|
||||
public abstract method p1(): int
|
||||
public abstract method p2(): short
|
||||
public abstract method p3(): byte
|
||||
public abstract method p4(): int
|
||||
public abstract method p5(): int
|
||||
public abstract method p6(): int
|
||||
}
|
||||
|
||||
|
||||
public final class IntrinsicsKt {
|
||||
private final static field prop1: int
|
||||
private final static field prop2: short
|
||||
private final static field prop3: byte
|
||||
private final static field prop4: int
|
||||
private final static field prop5: int
|
||||
private final static field prop6: int
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method getProp1(): int
|
||||
public final static method getProp2(): short
|
||||
public final static method getProp3(): byte
|
||||
public final static method getProp4(): int
|
||||
public final static method getProp5(): int
|
||||
public final static method getProp6(): int
|
||||
}
|
||||
|
||||
@Ann
|
||||
public final class MyClass {
|
||||
public method <init>(): void
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
public abstract class BaseClass {
|
||||
private final field menuId: int
|
||||
public method <init>(): void
|
||||
protected method getMenuId(): int
|
||||
public final @org.jetbrains.annotations.NotNull method run(): kotlin.Pair
|
||||
}
|
||||
|
||||
|
||||
public final class ImplClass {
|
||||
private final field menuId: int
|
||||
public method <init>(): void
|
||||
protected method getMenuId(): int
|
||||
}
|
||||
|
||||
|
||||
public final class Kt9443Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
@@ -0,0 +1,20 @@
|
||||
@kotlin.annotation.Retention
|
||||
@java.lang.annotation.Retention
|
||||
public annotation class Ann {
|
||||
public abstract method p1(): int
|
||||
public abstract method p2(): int
|
||||
public abstract method p3(): int
|
||||
public abstract method p4(): int
|
||||
public abstract method p5(): long
|
||||
public abstract method p6(): long
|
||||
}
|
||||
|
||||
|
||||
public final class MaxValueKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@Ann
|
||||
public final class MyClass {
|
||||
public method <init>(): void
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
@kotlin.annotation.Retention
|
||||
@java.lang.annotation.Retention
|
||||
public annotation class Ann {
|
||||
public abstract method p1(): int
|
||||
public abstract method p2(): byte
|
||||
public abstract method p4(): int
|
||||
public abstract method p5(): int
|
||||
}
|
||||
|
||||
|
||||
public final class MaxValueByteKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@Ann
|
||||
public final class MyClass {
|
||||
public method <init>(): void
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
@kotlin.annotation.Retention
|
||||
@java.lang.annotation.Retention
|
||||
public annotation class Ann {
|
||||
public abstract method p1(): int
|
||||
public abstract method p2(): int
|
||||
public abstract method p4(): long
|
||||
public abstract method p5(): int
|
||||
}
|
||||
|
||||
|
||||
public final class MaxValueIntKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@Ann
|
||||
public final class MyClass {
|
||||
public method <init>(): void
|
||||
}
|
||||
@@ -0,0 +1,32 @@
|
||||
@kotlin.annotation.Retention
|
||||
@java.lang.annotation.Retention
|
||||
public annotation class Ann {
|
||||
public abstract method p1(): byte
|
||||
public abstract method p2(): short
|
||||
public abstract method p3(): int
|
||||
public abstract method p4(): long
|
||||
public abstract method p5(): double
|
||||
public abstract method p6(): float
|
||||
}
|
||||
|
||||
|
||||
public final class MinusKt {
|
||||
private final static field prop1: byte
|
||||
private final static field prop2: short
|
||||
private final static field prop3: int
|
||||
private final static field prop4: long
|
||||
private final static field prop5: double
|
||||
private final static field prop6: float
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method getProp1(): byte
|
||||
public final static method getProp2(): short
|
||||
public final static method getProp3(): int
|
||||
public final static method getProp4(): long
|
||||
public final static method getProp5(): double
|
||||
public final static method getProp6(): float
|
||||
}
|
||||
|
||||
@Ann
|
||||
public final class MyClass {
|
||||
public method <init>(): void
|
||||
}
|
||||
@@ -0,0 +1,32 @@
|
||||
@kotlin.annotation.Retention
|
||||
@java.lang.annotation.Retention
|
||||
public annotation class Ann {
|
||||
public abstract method p1(): byte
|
||||
public abstract method p2(): short
|
||||
public abstract method p3(): int
|
||||
public abstract method p4(): long
|
||||
public abstract method p5(): double
|
||||
public abstract method p6(): float
|
||||
}
|
||||
|
||||
|
||||
public final class ModKt {
|
||||
private final static field prop1: byte
|
||||
private final static field prop2: short
|
||||
private final static field prop3: int
|
||||
private final static field prop4: long
|
||||
private final static field prop5: double
|
||||
private final static field prop6: float
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method getProp1(): byte
|
||||
public final static method getProp2(): short
|
||||
public final static method getProp3(): int
|
||||
public final static method getProp4(): long
|
||||
public final static method getProp5(): double
|
||||
public final static method getProp6(): float
|
||||
}
|
||||
|
||||
@Ann
|
||||
public final class MyClass {
|
||||
public method <init>(): void
|
||||
}
|
||||
@@ -0,0 +1,32 @@
|
||||
@kotlin.annotation.Retention
|
||||
@java.lang.annotation.Retention
|
||||
public annotation class Ann {
|
||||
public abstract method p1(): byte
|
||||
public abstract method p2(): short
|
||||
public abstract method p3(): int
|
||||
public abstract method p4(): long
|
||||
public abstract method p5(): double
|
||||
public abstract method p6(): float
|
||||
}
|
||||
|
||||
|
||||
public final class MultiplyKt {
|
||||
private final static field prop1: byte
|
||||
private final static field prop2: short
|
||||
private final static field prop3: int
|
||||
private final static field prop4: long
|
||||
private final static field prop5: double
|
||||
private final static field prop6: float
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method getProp1(): byte
|
||||
public final static method getProp2(): short
|
||||
public final static method getProp3(): int
|
||||
public final static method getProp4(): long
|
||||
public final static method getProp5(): double
|
||||
public final static method getProp6(): float
|
||||
}
|
||||
|
||||
@Ann
|
||||
public final class MyClass {
|
||||
public method <init>(): void
|
||||
}
|
||||
@@ -0,0 +1,32 @@
|
||||
@kotlin.annotation.Retention
|
||||
@java.lang.annotation.Retention
|
||||
public annotation class Ann {
|
||||
public abstract method p1(): byte
|
||||
public abstract method p2(): short
|
||||
public abstract method p3(): int
|
||||
public abstract method p4(): long
|
||||
public abstract method p5(): double
|
||||
public abstract method p6(): float
|
||||
}
|
||||
|
||||
@Ann
|
||||
public final class MyClass {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class ParenthesizedKt {
|
||||
private final static field prop1: byte
|
||||
private final static field prop2: short
|
||||
private final static field prop3: int
|
||||
private final static field prop4: long
|
||||
private final static field prop5: double
|
||||
private final static field prop6: float
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method getProp1(): byte
|
||||
public final static method getProp2(): short
|
||||
public final static method getProp3(): int
|
||||
public final static method getProp4(): long
|
||||
public final static method getProp5(): double
|
||||
public final static method getProp6(): float
|
||||
}
|
||||
@@ -0,0 +1,32 @@
|
||||
@kotlin.annotation.Retention
|
||||
@java.lang.annotation.Retention
|
||||
public annotation class Ann {
|
||||
public abstract method p1(): byte
|
||||
public abstract method p2(): short
|
||||
public abstract method p3(): int
|
||||
public abstract method p4(): long
|
||||
public abstract method p5(): double
|
||||
public abstract method p6(): float
|
||||
}
|
||||
|
||||
@Ann
|
||||
public final class MyClass {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class PlusKt {
|
||||
private final static field prop1: byte
|
||||
private final static field prop2: short
|
||||
private final static field prop3: int
|
||||
private final static field prop4: long
|
||||
private final static field prop5: double
|
||||
private final static field prop6: float
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method getProp1(): byte
|
||||
public final static method getProp2(): short
|
||||
public final static method getProp3(): int
|
||||
public final static method getProp4(): long
|
||||
public final static method getProp5(): double
|
||||
public final static method getProp6(): float
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
@kotlin.annotation.Retention
|
||||
@java.lang.annotation.Retention
|
||||
public annotation class Ann {
|
||||
public abstract method p1(): int
|
||||
public abstract method p2(): int
|
||||
public abstract method p3(): int
|
||||
public abstract method p4(): int
|
||||
public abstract method p5(): int
|
||||
}
|
||||
|
||||
@Ann
|
||||
public final class MyClass {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class SimpleCallBinaryKt {
|
||||
public final static field prop1: int
|
||||
public final static field prop2: int
|
||||
public final static field prop3: int
|
||||
public final static field prop4: int
|
||||
public final static field prop5: int
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
@@ -0,0 +1,26 @@
|
||||
@kotlin.annotation.Retention
|
||||
@java.lang.annotation.Retention
|
||||
public annotation class Ann {
|
||||
public abstract method p1(): byte
|
||||
public abstract method p2(): short
|
||||
public abstract method p3(): int
|
||||
public abstract method p4(): long
|
||||
public abstract method p5(): double
|
||||
public abstract method p6(): float
|
||||
}
|
||||
|
||||
@Ann
|
||||
public final class MyClass {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class UnaryMinusKt {
|
||||
public final static field prop1: byte
|
||||
public final static field prop2: short
|
||||
public final static field prop3: int
|
||||
public final static field prop4: long
|
||||
public final static field prop5: double
|
||||
public final static field prop6: float
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
@@ -0,0 +1,26 @@
|
||||
@kotlin.annotation.Retention
|
||||
@java.lang.annotation.Retention
|
||||
public annotation class Ann {
|
||||
public abstract method p1(): byte
|
||||
public abstract method p2(): short
|
||||
public abstract method p3(): int
|
||||
public abstract method p4(): long
|
||||
public abstract method p5(): double
|
||||
public abstract method p6(): float
|
||||
}
|
||||
|
||||
@Ann
|
||||
public final class MyClass {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class UnaryPlusKt {
|
||||
public final static field prop1: byte
|
||||
public final static field prop2: short
|
||||
public final static field prop3: int
|
||||
public final static field prop4: long
|
||||
public final static field prop5: double
|
||||
public final static field prop6: float
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
Reference in New Issue
Block a user