Minor, remove unnecessary test data files
This commit is contained in:
compiler/testData/codegen/light-analysis/collectionLiterals/collectionLiteralsInArgumentPosition.txt
Vendored
-18
@@ -1,18 +0,0 @@
|
|||||||
@kotlin.Metadata
|
|
||||||
public final class CollectionLiteralsInArgumentPositionKt {
|
|
||||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
||||||
public final static method check(p0: boolean, @org.jetbrains.annotations.NotNull p1: java.lang.String): void
|
|
||||||
private final static method test(p0: kotlin.reflect.KFunction, p1: kotlin.jvm.functions.Function1): void
|
|
||||||
public final static @Foo @kotlin.Suppress method test1(): void
|
|
||||||
public final static @Foo @kotlin.Suppress method test2(): void
|
|
||||||
public final static @Foo @kotlin.Suppress method test3(): void
|
|
||||||
}
|
|
||||||
|
|
||||||
@java.lang.annotation.Retention
|
|
||||||
@kotlin.Metadata
|
|
||||||
@kotlin.Suppress
|
|
||||||
public annotation class Foo {
|
|
||||||
public abstract method a(): float[]
|
|
||||||
public abstract method b(): java.lang.String[]
|
|
||||||
public abstract method c(): java.lang.Class[]
|
|
||||||
}
|
|
||||||
Vendored
-19
@@ -1,19 +0,0 @@
|
|||||||
@kotlin.Metadata
|
|
||||||
public final class CollectionLiteralsWithConstantsKt {
|
|
||||||
public final static field C_CHAR: char
|
|
||||||
public final static @org.jetbrains.annotations.NotNull field HELLO: java.lang.String
|
|
||||||
public final static field ONE_FLOAT: float
|
|
||||||
public final static field ONE_INT: int
|
|
||||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
||||||
public final static method check(p0: boolean, @org.jetbrains.annotations.NotNull p1: java.lang.String): void
|
|
||||||
private final static method test(p0: kotlin.reflect.KFunction, p1: kotlin.jvm.functions.Function1): void
|
|
||||||
public final static @Foo @kotlin.Suppress method test1(): void
|
|
||||||
}
|
|
||||||
|
|
||||||
@java.lang.annotation.Retention
|
|
||||||
@kotlin.Metadata
|
|
||||||
@kotlin.Suppress
|
|
||||||
public annotation class Foo {
|
|
||||||
public abstract method a(): int[]
|
|
||||||
public abstract method b(): java.lang.String[]
|
|
||||||
}
|
|
||||||
Vendored
-18
@@ -1,18 +0,0 @@
|
|||||||
@kotlin.Metadata
|
|
||||||
public final class DefaultAnnotationParameterValuesKt {
|
|
||||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
||||||
public final static method check(p0: boolean, @org.jetbrains.annotations.NotNull p1: java.lang.String): void
|
|
||||||
private final static method test(p0: kotlin.reflect.KFunction, p1: kotlin.jvm.functions.Function1): java.lang.String
|
|
||||||
public final static @Foo method withAnn(): void
|
|
||||||
}
|
|
||||||
|
|
||||||
@java.lang.annotation.Retention
|
|
||||||
@kotlin.Metadata
|
|
||||||
@kotlin.Suppress
|
|
||||||
public annotation class Foo {
|
|
||||||
public abstract method a(): int[]
|
|
||||||
public abstract method b(): int[]
|
|
||||||
public abstract method c(): java.lang.String[]
|
|
||||||
public abstract method d(): java.lang.Class[]
|
|
||||||
public abstract method e(): double[]
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user