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
+61
@@ -0,0 +1,61 @@
|
||||
@kotlin.annotation.Retention
|
||||
@java.lang.annotation.Retention
|
||||
public annotation class Ann {
|
||||
public abstract method p(): int[]
|
||||
}
|
||||
|
||||
@Ann
|
||||
public final class MyClass1 {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
@Ann
|
||||
public final class MyClass10 {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
@Ann
|
||||
public final class MyClass2 {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
@Ann
|
||||
public final class MyClass3 {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
@Ann
|
||||
public final class MyClass4 {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
@Ann
|
||||
public final class MyClass5 {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
@Ann
|
||||
public final class MyClass6 {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
@Ann
|
||||
public final class MyClass7 {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
@Ann
|
||||
public final class MyClass8 {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
@Ann
|
||||
public final class MyClass9 {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class VarargInAnnotationParameterKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method test(@org.jetbrains.annotations.NotNull p0: java.lang.Class, @org.jetbrains.annotations.NotNull p1: java.lang.String): void
|
||||
}
|
||||
Reference in New Issue
Block a user