[Test] Set JVM target backend for load compiled tests which use JDK classes
This commit is contained in:
committed by
Space Team
parent
7eca772ec2
commit
357c552b5f
+2
-1
@@ -1,4 +1,5 @@
|
||||
//ALLOW_AST_ACCESS
|
||||
// TARGET_BACKEND: JVM
|
||||
// ALLOW_AST_ACCESS
|
||||
package test
|
||||
|
||||
import java.lang.annotation.ElementType
|
||||
|
||||
+2
-1
@@ -1,4 +1,5 @@
|
||||
//ALLOW_AST_ACCESS
|
||||
// TARGET_BACKEND: JVM
|
||||
// ALLOW_AST_ACCESS
|
||||
package test
|
||||
|
||||
import java.lang.annotation.ElementType
|
||||
|
||||
+2
-1
@@ -1,4 +1,5 @@
|
||||
//ALLOW_AST_ACCESS
|
||||
// TARGET_BACKEND: JVM
|
||||
// ALLOW_AST_ACCESS
|
||||
package test
|
||||
|
||||
import java.lang.annotation.ElementType
|
||||
|
||||
+2
-1
@@ -1,4 +1,5 @@
|
||||
//ALLOW_AST_ACCESS
|
||||
// TARGET_BACKEND: JVM
|
||||
// ALLOW_AST_ACCESS
|
||||
package test
|
||||
|
||||
import java.lang.annotation.ElementType
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
// TARGET_BACKEND: JVM
|
||||
package test
|
||||
|
||||
class Clock<A : java.lang.Number>
|
||||
|
||||
+1
@@ -1,3 +1,4 @@
|
||||
// TARGET_BACKEND: JVM
|
||||
package test
|
||||
|
||||
class Clock<A> where A : java.lang.Number, A : java.io.Serializable
|
||||
|
||||
+1
@@ -1,3 +1,4 @@
|
||||
// TARGET_BACKEND: JVM
|
||||
package test
|
||||
|
||||
class Clock<A : java.io.Serializable>
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
// TARGET_BACKEND: JVM
|
||||
package test
|
||||
|
||||
abstract class Aaa<P>()
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
// TARGET_BACKEND: JVM
|
||||
package test
|
||||
|
||||
interface Aaa<P>
|
||||
|
||||
+1
@@ -1,3 +1,4 @@
|
||||
// TARGET_BACKEND: JVM
|
||||
package test
|
||||
|
||||
import java.util.ArrayList
|
||||
|
||||
+1
@@ -1,3 +1,4 @@
|
||||
// TARGET_BACKEND: JVM
|
||||
package test
|
||||
|
||||
public open class ConstructorGenericDeep(p0: java.lang.Class<Any?>?)
|
||||
|
||||
+1
@@ -1,3 +1,4 @@
|
||||
// TARGET_BACKEND: JVM
|
||||
package test
|
||||
|
||||
public open class ConstructorGenericUpperBound(p0: java.util.RandomAccess?)
|
||||
|
||||
+1
@@ -1,3 +1,4 @@
|
||||
// TARGET_BACKEND: JVM
|
||||
// FULL_JDK
|
||||
// JAVAC_EXPECTED_FILE
|
||||
// NO_CHECK_SOURCE_VS_BINARY
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
// TARGET_BACKEND: JVM
|
||||
package test
|
||||
|
||||
public open class FieldOfArrayType() {
|
||||
|
||||
+1
@@ -1,3 +1,4 @@
|
||||
// TARGET_BACKEND: JVM
|
||||
package test
|
||||
|
||||
public open class MethodTypePOneUpperBound() {
|
||||
|
||||
+1
@@ -1,3 +1,4 @@
|
||||
// TARGET_BACKEND: JVM
|
||||
package test
|
||||
|
||||
public open class MethodTypePTwoUpperBounds() {
|
||||
|
||||
+1
@@ -1,3 +1,4 @@
|
||||
// TARGET_BACKEND: JVM
|
||||
package test
|
||||
|
||||
import java.util.*
|
||||
|
||||
Vendored
+2
-1
@@ -1,4 +1,5 @@
|
||||
//ALLOW_AST_ACCESS
|
||||
// TARGET_BACKEND: JVM
|
||||
// ALLOW_AST_ACCESS
|
||||
package test
|
||||
|
||||
import java.util.*
|
||||
|
||||
Vendored
+1
@@ -1,3 +1,4 @@
|
||||
// TARGET_BACKEND: JVM
|
||||
package test
|
||||
|
||||
import java.util.*
|
||||
|
||||
Vendored
+1
@@ -1,3 +1,4 @@
|
||||
// TARGET_BACKEND: JVM
|
||||
package test
|
||||
|
||||
import java.util.*
|
||||
|
||||
Vendored
+1
@@ -1,3 +1,4 @@
|
||||
// TARGET_BACKEND: JVM
|
||||
package test
|
||||
|
||||
import java.util.*
|
||||
|
||||
+1
@@ -1,3 +1,4 @@
|
||||
// TARGET_BACKEND: JVM
|
||||
package test
|
||||
|
||||
import java.util.*
|
||||
|
||||
+1
@@ -1,3 +1,4 @@
|
||||
// TARGET_BACKEND: JVM
|
||||
package test
|
||||
|
||||
import java.util.*
|
||||
|
||||
+1
@@ -1,3 +1,4 @@
|
||||
// TARGET_BACKEND: JVM
|
||||
package test
|
||||
|
||||
public interface TwoBounds {
|
||||
|
||||
+1
@@ -1,3 +1,4 @@
|
||||
// TARGET_BACKEND: JVM
|
||||
package test
|
||||
|
||||
public interface TwoTypeParameters {
|
||||
|
||||
+1
@@ -1,3 +1,4 @@
|
||||
// TARGET_BACKEND: JVM
|
||||
// FULL_JDK
|
||||
// JAVAC_EXPECTED_FILE
|
||||
// NO_CHECK_SOURCE_VS_BINARY
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
// TARGET_BACKEND: JVM
|
||||
package test
|
||||
|
||||
public interface TaskObject {
|
||||
@@ -5,4 +6,4 @@ public interface TaskObject {
|
||||
}
|
||||
|
||||
fun foo(r: Runnable) {
|
||||
}
|
||||
}
|
||||
|
||||
Vendored
+1
@@ -1,3 +1,4 @@
|
||||
// TARGET_BACKEND: JVM
|
||||
package test
|
||||
|
||||
fun <A : java.lang.Number> uno(): Int = 1
|
||||
|
||||
+1
@@ -1,3 +1,4 @@
|
||||
// TARGET_BACKEND: JVM
|
||||
package test
|
||||
|
||||
fun <A> tres(): Int where A : java.lang.Number, A : java.io.Serializable = 1
|
||||
|
||||
+1
@@ -1,3 +1,4 @@
|
||||
// TARGET_BACKEND: JVM
|
||||
package test
|
||||
|
||||
fun <A : java.io.Serializable> dos(): Int = 1
|
||||
|
||||
Vendored
+2
-1
@@ -1,4 +1,5 @@
|
||||
//ALLOW_AST_ACCESS
|
||||
// TARGET_BACKEND: JVM
|
||||
// ALLOW_AST_ACCESS
|
||||
package test
|
||||
|
||||
fun fff(a: java.lang.Integer?) = 1
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
// TARGET_BACKEND: JVM
|
||||
package test
|
||||
|
||||
fun fff(a: java.lang.Integer): Int = 1
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
// TARGET_BACKEND: JVM
|
||||
package test
|
||||
|
||||
fun varargCharSequence(a: Int, vararg b: java.lang.Integer): Int = 1
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
// TARGET_BACKEND: JVM
|
||||
package test
|
||||
|
||||
fun ff(): java.lang.Integer = throw Exception()
|
||||
|
||||
+1
@@ -1,3 +1,4 @@
|
||||
// TARGET_BACKEND: JVM
|
||||
package test
|
||||
|
||||
fun ff(): java.lang.Integer? = null
|
||||
|
||||
+1
@@ -1,3 +1,4 @@
|
||||
// TARGET_BACKEND: JVM
|
||||
// FULL_JDK
|
||||
// JAVAC_EXPECTED_FILE
|
||||
// NO_CHECK_SOURCE_VS_BINARY
|
||||
|
||||
+1
@@ -1,3 +1,4 @@
|
||||
// TARGET_BACKEND: JVM
|
||||
// FULL_JDK
|
||||
// JAVAC_EXPECTED_FILE
|
||||
// NO_CHECK_SOURCE_VS_BINARY
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
// TARGET_BACKEND: JVM
|
||||
package test
|
||||
|
||||
val <P> P.anotherJavaClass: java.lang.Class<P>
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
// TARGET_BACKEND: JVM
|
||||
package test
|
||||
|
||||
class ExtValInClass {
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
// TARGET_BACKEND: JVM
|
||||
package test
|
||||
|
||||
var <P> P.anotherJavaClass: java.lang.Class<P>
|
||||
|
||||
+3
-2
@@ -1,4 +1,5 @@
|
||||
//ALLOW_AST_ACCESS
|
||||
// TARGET_BACKEND: JVM
|
||||
// ALLOW_AST_ACCESS
|
||||
package test
|
||||
|
||||
class ClassVal() {
|
||||
@@ -11,4 +12,4 @@ class ClassVal() {
|
||||
protected val property4: String = { "" }()
|
||||
|
||||
public val property5: Int = { 1 }()
|
||||
}
|
||||
}
|
||||
|
||||
+1
@@ -1,3 +1,4 @@
|
||||
// TARGET_BACKEND: JVM
|
||||
package test
|
||||
|
||||
class ClassValParams(
|
||||
|
||||
+2
-1
@@ -1,4 +1,5 @@
|
||||
//ALLOW_AST_ACCESS
|
||||
// TARGET_BACKEND: JVM
|
||||
// ALLOW_AST_ACCESS
|
||||
package test
|
||||
|
||||
class ClassVal() {
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
// TARGET_BACKEND: JVM
|
||||
package test
|
||||
|
||||
class ClassVar() {
|
||||
|
||||
+2
-1
@@ -1,3 +1,4 @@
|
||||
// TARGET_BACKEND: JVM
|
||||
package test
|
||||
|
||||
open class ClassVarModality() {
|
||||
@@ -14,4 +15,4 @@ open class ClassVarModality() {
|
||||
abstract class ClassVarModalityAbstract {
|
||||
abstract var property1 : java.util.Date
|
||||
public set
|
||||
}
|
||||
}
|
||||
|
||||
+2
-1
@@ -1,3 +1,4 @@
|
||||
// TARGET_BACKEND: JVM
|
||||
package test
|
||||
|
||||
class ClassVarParams(
|
||||
@@ -7,4 +8,4 @@ class ClassVarParams(
|
||||
protected var pr4: java.util.Date,
|
||||
public var pr5 : Any,
|
||||
pr6: Object) {
|
||||
}
|
||||
}
|
||||
|
||||
+2
-1
@@ -1,3 +1,4 @@
|
||||
// TARGET_BACKEND: JVM
|
||||
package test
|
||||
|
||||
class ClassVal() {
|
||||
@@ -15,4 +16,4 @@ class ClassVal() {
|
||||
|
||||
public var property5: Int = 1
|
||||
get
|
||||
}
|
||||
}
|
||||
|
||||
+2
-1
@@ -1,3 +1,4 @@
|
||||
// TARGET_BACKEND: JVM
|
||||
package test
|
||||
|
||||
class ClassVal() {
|
||||
@@ -27,4 +28,4 @@ class ClassVal() {
|
||||
|
||||
public var property11: Int = 1
|
||||
internal set
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
// TARGET_BACKEND: JVM
|
||||
package test
|
||||
|
||||
val Long.date1: Any get() = java.util.Date()
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
// TARGET_BACKEND: JVM
|
||||
package test
|
||||
|
||||
var Long.date1: Any get() = java.util.Date()
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
// TARGET_BACKEND: JVM
|
||||
package test
|
||||
|
||||
fun nothing(): Array<java.lang.Integer> = throw Exception()
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
// TARGET_BACKEND: JVM
|
||||
package test
|
||||
|
||||
fun fff(): java.util.List<String> = throw Exception()
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
// TARGET_BACKEND: JVM
|
||||
package test
|
||||
|
||||
fun listOfJlString(): java.util.List<java.lang.String> = throw Exception()
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
// TARGET_BACKEND: JVM
|
||||
package test
|
||||
|
||||
fun integer(): java.lang.Integer = throw Exception()
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
// TARGET_BACKEND: JVM
|
||||
package test
|
||||
|
||||
fun integerq(): java.lang.Integer? = throw Exception()
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
// TARGET_BACKEND: JVM
|
||||
package test
|
||||
|
||||
fun number(): java.lang.Number = throw Exception()
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
// TARGET_BACKEND: JVM
|
||||
package test
|
||||
|
||||
fun obj(): java.lang.Object = throw Exception()
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
// TARGET_BACKEND: JVM
|
||||
package test
|
||||
|
||||
fun objq(): java.lang.Object? = throw Exception()
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
// TARGET_BACKEND: JVM
|
||||
package test
|
||||
|
||||
fun fff(): java.lang.String = throw Exception()
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
// TARGET_BACKEND: JVM
|
||||
package test
|
||||
|
||||
fun fff(): java.lang.String? = null
|
||||
|
||||
@@ -1,8 +1,9 @@
|
||||
//ALLOW_AST_ACCESS
|
||||
// TARGET_BACKEND: JVM
|
||||
// ALLOW_AST_ACCESS
|
||||
package test
|
||||
|
||||
import java.util.*
|
||||
|
||||
fun printStream() = System.out
|
||||
fun list() = Collections.emptyList<String>()
|
||||
fun array(a: Array<Int>) = Arrays.copyOf(a, 2)
|
||||
fun array(a: Array<Int>) = Arrays.copyOf(a, 2)
|
||||
|
||||
Vendored
+1
@@ -1,3 +1,4 @@
|
||||
// TARGET_BACKEND: JVM
|
||||
// NO_CHECK_SOURCE_VS_BINARY
|
||||
//^ While compiling source with K1, we do not store annotation default values, but we load them when reading compiled files both in K1 and K2
|
||||
// This test verifies exactly loading of default values
|
||||
|
||||
Generated
-372
@@ -123,12 +123,6 @@ public class FirLoadK2CompiledJsKotlinTestGenerated extends AbstractFirLoadK2Com
|
||||
runTest("compiler/testData/loadJava/compiledKotlin/annotations/classMembers/DelegatedProperty.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("EnumArgument.kt")
|
||||
public void testEnumArgument() throws Exception {
|
||||
runTest("compiler/testData/loadJava/compiledKotlin/annotations/classMembers/EnumArgument.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("Function.kt")
|
||||
public void testFunction() throws Exception {
|
||||
@@ -217,12 +211,6 @@ public class FirLoadK2CompiledJsKotlinTestGenerated extends AbstractFirLoadK2Com
|
||||
runTest("compiler/testData/loadJava/compiledKotlin/annotations/classes/DollarsInAnnotationName.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("EnumArgument.kt")
|
||||
public void testEnumArgument() throws Exception {
|
||||
runTest("compiler/testData/loadJava/compiledKotlin/annotations/classes/EnumArgument.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("MultipleAnnotations.kt")
|
||||
public void testMultipleAnnotations() throws Exception {
|
||||
@@ -281,18 +269,6 @@ public class FirLoadK2CompiledJsKotlinTestGenerated extends AbstractFirLoadK2Com
|
||||
runTest("compiler/testData/loadJava/compiledKotlin/annotations/packageMembers/DelegatedProperty.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("EnumArgument.kt")
|
||||
public void testEnumArgument() throws Exception {
|
||||
runTest("compiler/testData/loadJava/compiledKotlin/annotations/packageMembers/EnumArgument.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("EnumArrayArgument.kt")
|
||||
public void testEnumArrayArgument() throws Exception {
|
||||
runTest("compiler/testData/loadJava/compiledKotlin/annotations/packageMembers/EnumArrayArgument.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("Function.kt")
|
||||
public void testFunction() throws Exception {
|
||||
@@ -626,24 +602,6 @@ public class FirLoadK2CompiledJsKotlinTestGenerated extends AbstractFirLoadK2Com
|
||||
runTest("compiler/testData/loadJava/compiledKotlin/class/ClassParamReferencesSelf.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("ClassParamUpperClassBound.kt")
|
||||
public void testClassParamUpperClassBound() throws Exception {
|
||||
runTest("compiler/testData/loadJava/compiledKotlin/class/ClassParamUpperClassBound.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("ClassParamUpperClassInterfaceBound.kt")
|
||||
public void testClassParamUpperClassInterfaceBound() throws Exception {
|
||||
runTest("compiler/testData/loadJava/compiledKotlin/class/ClassParamUpperClassInterfaceBound.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("ClassParamUpperInterfaceBound.kt")
|
||||
public void testClassParamUpperInterfaceBound() throws Exception {
|
||||
runTest("compiler/testData/loadJava/compiledKotlin/class/ClassParamUpperInterfaceBound.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("ClassTwoParams.kt")
|
||||
public void testClassTwoParams() throws Exception {
|
||||
@@ -668,12 +626,6 @@ public class FirLoadK2CompiledJsKotlinTestGenerated extends AbstractFirLoadK2Com
|
||||
runTest("compiler/testData/loadJava/compiledKotlin/class/InheritClassSimple.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("InheritClassWithParam.kt")
|
||||
public void testInheritClassWithParam() throws Exception {
|
||||
runTest("compiler/testData/loadJava/compiledKotlin/class/InheritClassWithParam.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("InheritSubstitutedMethod.kt")
|
||||
public void testInheritSubstitutedMethod() throws Exception {
|
||||
@@ -686,12 +638,6 @@ public class FirLoadK2CompiledJsKotlinTestGenerated extends AbstractFirLoadK2Com
|
||||
runTest("compiler/testData/loadJava/compiledKotlin/class/InheritTraitWithFunctionParam.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("InheritTraitWithParam.kt")
|
||||
public void testInheritTraitWithParam() throws Exception {
|
||||
runTest("compiler/testData/loadJava/compiledKotlin/class/InheritTraitWithParam.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("InnerClassExtendInnerClass.kt")
|
||||
public void testInnerClassExtendInnerClass() throws Exception {
|
||||
@@ -815,12 +761,6 @@ public class FirLoadK2CompiledJsKotlinTestGenerated extends AbstractFirLoadK2Com
|
||||
runTest("compiler/testData/loadJava/compiledKotlin/class/javaBean/JavaBeanVar.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("JavaBeanVarOfGenericType.kt")
|
||||
public void testJavaBeanVarOfGenericType() throws Exception {
|
||||
runTest("compiler/testData/loadJava/compiledKotlin/class/javaBean/JavaBeanVarOfGenericType.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("TwoSetters.kt")
|
||||
public void testTwoSetters() throws Exception {
|
||||
@@ -996,24 +936,12 @@ public class FirLoadK2CompiledJsKotlinTestGenerated extends AbstractFirLoadK2Com
|
||||
runTest("compiler/testData/loadJava/compiledKotlin/constructor/ConstructorCollectionParameter.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("ConstructorGenericDeep.kt")
|
||||
public void testConstructorGenericDeep() throws Exception {
|
||||
runTest("compiler/testData/loadJava/compiledKotlin/constructor/ConstructorGenericDeep.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("ConstructorGenericSimple.kt")
|
||||
public void testConstructorGenericSimple() throws Exception {
|
||||
runTest("compiler/testData/loadJava/compiledKotlin/constructor/ConstructorGenericSimple.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("ConstructorGenericUpperBound.kt")
|
||||
public void testConstructorGenericUpperBound() throws Exception {
|
||||
runTest("compiler/testData/loadJava/compiledKotlin/constructor/ConstructorGenericUpperBound.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("ConstructorWithTwoDefArgs.kt")
|
||||
public void testConstructorWithTwoDefArgs() throws Exception {
|
||||
@@ -1172,12 +1100,6 @@ public class FirLoadK2CompiledJsKotlinTestGenerated extends AbstractFirLoadK2Com
|
||||
runTest("compiler/testData/loadJava/compiledKotlin/fromLoadJava/ArrayTypeVariance.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("ClassDoesNotOverrideMethod.kt")
|
||||
public void testClassDoesNotOverrideMethod() throws Exception {
|
||||
runTest("compiler/testData/loadJava/compiledKotlin/fromLoadJava/ClassDoesNotOverrideMethod.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("ClassObject.kt")
|
||||
public void testClassObject() throws Exception {
|
||||
@@ -1238,12 +1160,6 @@ public class FirLoadK2CompiledJsKotlinTestGenerated extends AbstractFirLoadK2Com
|
||||
runTest("compiler/testData/loadJava/compiledKotlin/fromLoadJava/FieldAsVar.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("FieldOfArrayType.kt")
|
||||
public void testFieldOfArrayType() throws Exception {
|
||||
runTest("compiler/testData/loadJava/compiledKotlin/fromLoadJava/FieldOfArrayType.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("FinalFieldAsVal.kt")
|
||||
public void testFinalFieldAsVal() throws Exception {
|
||||
@@ -1274,18 +1190,6 @@ public class FirLoadK2CompiledJsKotlinTestGenerated extends AbstractFirLoadK2Com
|
||||
runTest("compiler/testData/loadJava/compiledKotlin/fromLoadJava/InnerClass.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("MethodTypePOneUpperBound.kt")
|
||||
public void testMethodTypePOneUpperBound() throws Exception {
|
||||
runTest("compiler/testData/loadJava/compiledKotlin/fromLoadJava/MethodTypePOneUpperBound.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("MethodTypePTwoUpperBounds.kt")
|
||||
public void testMethodTypePTwoUpperBounds() throws Exception {
|
||||
runTest("compiler/testData/loadJava/compiledKotlin/fromLoadJava/MethodTypePTwoUpperBounds.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("MethodWithTypeP.kt")
|
||||
public void testMethodWithTypeP() throws Exception {
|
||||
@@ -1397,12 +1301,6 @@ public class FirLoadK2CompiledJsKotlinTestGenerated extends AbstractFirLoadK2Com
|
||||
runTest("compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/ConstructorWithParentTypeParams.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("ConstructorWithSeveralParams.kt")
|
||||
public void testConstructorWithSeveralParams() throws Exception {
|
||||
runTest("compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/ConstructorWithSeveralParams.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("ConstructorWithoutParams.kt")
|
||||
public void testConstructorWithoutParams() throws Exception {
|
||||
@@ -1433,12 +1331,6 @@ public class FirLoadK2CompiledJsKotlinTestGenerated extends AbstractFirLoadK2Com
|
||||
runTest("compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/MethodWithMappedClasses.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("MethodWithTypeParameters.kt")
|
||||
public void testMethodWithTypeParameters() throws Exception {
|
||||
runTest("compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/MethodWithTypeParameters.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("MethodWithVararg.kt")
|
||||
public void testMethodWithVararg() throws Exception {
|
||||
@@ -1451,12 +1343,6 @@ public class FirLoadK2CompiledJsKotlinTestGenerated extends AbstractFirLoadK2Com
|
||||
runTest("compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/PropertyArrayTypes.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("PropertyComplexTypes.kt")
|
||||
public void testPropertyComplexTypes() throws Exception {
|
||||
runTest("compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/PropertyComplexTypes.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("PropertySimpleType.kt")
|
||||
public void testPropertySimpleType() throws Exception {
|
||||
@@ -1496,18 +1382,6 @@ public class FirLoadK2CompiledJsKotlinTestGenerated extends AbstractFirLoadK2Com
|
||||
runTest("compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/error/ExplicitFieldGettersAndSetters.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("ExtraUpperBound.kt")
|
||||
public void testExtraUpperBound() throws Exception {
|
||||
runTest("compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/error/ExtraUpperBound.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("MissingUpperBound.kt")
|
||||
public void testMissingUpperBound() throws Exception {
|
||||
runTest("compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/error/MissingUpperBound.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("NoFieldTypeRef.kt")
|
||||
public void testNoFieldTypeRef() throws Exception {
|
||||
@@ -1604,18 +1478,6 @@ public class FirLoadK2CompiledJsKotlinTestGenerated extends AbstractFirLoadK2Com
|
||||
runTest("compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/error/WrongTypeName3.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("WrongTypeParameterBoundStructure1.kt")
|
||||
public void testWrongTypeParameterBoundStructure1() throws Exception {
|
||||
runTest("compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/error/WrongTypeParameterBoundStructure1.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("WrongTypeParameterBoundStructure2.kt")
|
||||
public void testWrongTypeParameterBoundStructure2() throws Exception {
|
||||
runTest("compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/error/WrongTypeParameterBoundStructure2.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("WrongTypeParametersCount.kt")
|
||||
public void testWrongTypeParametersCount() throws Exception {
|
||||
@@ -2063,24 +1925,12 @@ public class FirLoadK2CompiledJsKotlinTestGenerated extends AbstractFirLoadK2Com
|
||||
runTest("compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/typeParameter/InheritReadOnliness.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("TwoBounds.kt")
|
||||
public void testTwoBounds() throws Exception {
|
||||
runTest("compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/typeParameter/TwoBounds.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("TwoSuperclasses.kt")
|
||||
public void testTwoSuperclasses() throws Exception {
|
||||
runTest("compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/typeParameter/TwoSuperclasses.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("TwoTypeParameters.kt")
|
||||
public void testTwoTypeParameters() throws Exception {
|
||||
runTest("compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation/typeParameter/TwoTypeParameters.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("UseParameterAsUpperBound.kt")
|
||||
public void testUseParameterAsUpperBound() throws Exception {
|
||||
@@ -2138,12 +1988,6 @@ public class FirLoadK2CompiledJsKotlinTestGenerated extends AbstractFirLoadK2Com
|
||||
public void testAllFilesPresentInModality() throws Exception {
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/loadJava/compiledKotlin/fromLoadJava/modality"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JS_IR, true);
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("ModalityOfFakeOverrides.kt")
|
||||
public void testModalityOfFakeOverrides() throws Exception {
|
||||
runTest("compiler/testData/loadJava/compiledKotlin/fromLoadJava/modality/ModalityOfFakeOverrides.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@Nested
|
||||
@@ -2232,12 +2076,6 @@ public class FirLoadK2CompiledJsKotlinTestGenerated extends AbstractFirLoadK2Com
|
||||
runTest("compiler/testData/loadJava/compiledKotlin/fun/InheritValsDifferentTypes.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("NoSamAdapter.kt")
|
||||
public void testNoSamAdapter() throws Exception {
|
||||
runTest("compiler/testData/loadJava/compiledKotlin/fun/NoSamAdapter.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("NoSamConstructor.kt")
|
||||
public void testNoSamConstructor() throws Exception {
|
||||
@@ -2301,24 +2139,6 @@ public class FirLoadK2CompiledJsKotlinTestGenerated extends AbstractFirLoadK2Com
|
||||
runTest("compiler/testData/loadJava/compiledKotlin/fun/genericWithTypeVariables/FunParamTwoUpperBounds.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("FunParamUpperClassBound.kt")
|
||||
public void testFunParamUpperClassBound() throws Exception {
|
||||
runTest("compiler/testData/loadJava/compiledKotlin/fun/genericWithTypeVariables/FunParamUpperClassBound.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("FunParamUpperClassInterfaceBound.kt")
|
||||
public void testFunParamUpperClassInterfaceBound() throws Exception {
|
||||
runTest("compiler/testData/loadJava/compiledKotlin/fun/genericWithTypeVariables/FunParamUpperClassInterfaceBound.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("FunParamUpperInterfaceBound.kt")
|
||||
public void testFunParamUpperInterfaceBound() throws Exception {
|
||||
runTest("compiler/testData/loadJava/compiledKotlin/fun/genericWithTypeVariables/FunParamUpperInterfaceBound.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("FunParamVaragParam.kt")
|
||||
public void testFunParamVaragParam() throws Exception {
|
||||
@@ -2353,12 +2173,6 @@ public class FirLoadK2CompiledJsKotlinTestGenerated extends AbstractFirLoadK2Com
|
||||
runTest("compiler/testData/loadJava/compiledKotlin/fun/genericWithoutTypeVariables/FunClassParamNullable.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("FunParamNullable.kt")
|
||||
public void testFunParamNullable() throws Exception {
|
||||
runTest("compiler/testData/loadJava/compiledKotlin/fun/genericWithoutTypeVariables/FunParamNullable.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("ReturnTypeClassParamNotNull.kt")
|
||||
public void testReturnTypeClassParamNotNull() throws Exception {
|
||||
@@ -2423,24 +2237,12 @@ public class FirLoadK2CompiledJsKotlinTestGenerated extends AbstractFirLoadK2Com
|
||||
runTest("compiler/testData/loadJava/compiledKotlin/fun/nonGeneric/FunDefaultArg.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("FunParamNotNull.kt")
|
||||
public void testFunParamNotNull() throws Exception {
|
||||
runTest("compiler/testData/loadJava/compiledKotlin/fun/nonGeneric/FunParamNotNull.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("FunVarargInt.kt")
|
||||
public void testFunVarargInt() throws Exception {
|
||||
runTest("compiler/testData/loadJava/compiledKotlin/fun/nonGeneric/FunVarargInt.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("FunVarargInteger.kt")
|
||||
public void testFunVarargInteger() throws Exception {
|
||||
runTest("compiler/testData/loadJava/compiledKotlin/fun/nonGeneric/FunVarargInteger.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("ModifierAbstract.kt")
|
||||
public void testModifierAbstract() throws Exception {
|
||||
@@ -2464,18 +2266,6 @@ public class FirLoadK2CompiledJsKotlinTestGenerated extends AbstractFirLoadK2Com
|
||||
public void testNsFunGetFoo() throws Exception {
|
||||
runTest("compiler/testData/loadJava/compiledKotlin/fun/nonGeneric/NsFunGetFoo.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("ReturnTypeNotNull.kt")
|
||||
public void testReturnTypeNotNull() throws Exception {
|
||||
runTest("compiler/testData/loadJava/compiledKotlin/fun/nonGeneric/ReturnTypeNotNull.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("ReturnTypeNullable.kt")
|
||||
public void testReturnTypeNullable() throws Exception {
|
||||
runTest("compiler/testData/loadJava/compiledKotlin/fun/nonGeneric/ReturnTypeNullable.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@Nested
|
||||
@@ -2599,18 +2389,6 @@ public class FirLoadK2CompiledJsKotlinTestGenerated extends AbstractFirLoadK2Com
|
||||
public void testAllFilesPresentInPlatformTypes() throws Exception {
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/loadJava/compiledKotlin/platformTypes"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JS_IR, true);
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("notnullTypeArgument.kt")
|
||||
public void testNotnullTypeArgument() throws Exception {
|
||||
runTest("compiler/testData/loadJava/compiledKotlin/platformTypes/notnullTypeArgument.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("nullableTypeArgument.kt")
|
||||
public void testNullableTypeArgument() throws Exception {
|
||||
runTest("compiler/testData/loadJava/compiledKotlin/platformTypes/nullableTypeArgument.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@Nested
|
||||
@@ -2658,12 +2436,6 @@ public class FirLoadK2CompiledJsKotlinTestGenerated extends AbstractFirLoadK2Com
|
||||
runTest("compiler/testData/loadJava/compiledKotlin/prop/Constants.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("ExtValClass.kt")
|
||||
public void testExtValClass() throws Exception {
|
||||
runTest("compiler/testData/loadJava/compiledKotlin/prop/ExtValClass.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("ExtValInClass.kt")
|
||||
public void testExtValInClass() throws Exception {
|
||||
@@ -2688,12 +2460,6 @@ public class FirLoadK2CompiledJsKotlinTestGenerated extends AbstractFirLoadK2Com
|
||||
runTest("compiler/testData/loadJava/compiledKotlin/prop/ExtValIntCharSequenceQ.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("ExtValIntListQOfIntInClass.kt")
|
||||
public void testExtValIntListQOfIntInClass() throws Exception {
|
||||
runTest("compiler/testData/loadJava/compiledKotlin/prop/ExtValIntListQOfIntInClass.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("ExtValIntTInClass.kt")
|
||||
public void testExtValIntTInClass() throws Exception {
|
||||
@@ -2712,12 +2478,6 @@ public class FirLoadK2CompiledJsKotlinTestGenerated extends AbstractFirLoadK2Com
|
||||
runTest("compiler/testData/loadJava/compiledKotlin/prop/ExtValTIntInClass.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("ExtVarClass.kt")
|
||||
public void testExtVarClass() throws Exception {
|
||||
runTest("compiler/testData/loadJava/compiledKotlin/prop/ExtVarClass.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("ExtVarInClass.kt")
|
||||
public void testExtVarInClass() throws Exception {
|
||||
@@ -2834,66 +2594,6 @@ public class FirLoadK2CompiledJsKotlinTestGenerated extends AbstractFirLoadK2Com
|
||||
public void testAllFilesPresentInDefaultAccessors() throws Exception {
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/loadJava/compiledKotlin/prop/defaultAccessors"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JS_IR, true);
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("ClassVal.kt")
|
||||
public void testClassVal() throws Exception {
|
||||
runTest("compiler/testData/loadJava/compiledKotlin/prop/defaultAccessors/ClassVal.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("ClassValParams.kt")
|
||||
public void testClassValParams() throws Exception {
|
||||
runTest("compiler/testData/loadJava/compiledKotlin/prop/defaultAccessors/ClassValParams.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("ClassValWithGet.kt")
|
||||
public void testClassValWithGet() throws Exception {
|
||||
runTest("compiler/testData/loadJava/compiledKotlin/prop/defaultAccessors/ClassValWithGet.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("ClassVar.kt")
|
||||
public void testClassVar() throws Exception {
|
||||
runTest("compiler/testData/loadJava/compiledKotlin/prop/defaultAccessors/ClassVar.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("ClassVarModality.kt")
|
||||
public void testClassVarModality() throws Exception {
|
||||
runTest("compiler/testData/loadJava/compiledKotlin/prop/defaultAccessors/ClassVarModality.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("ClassVarParams.kt")
|
||||
public void testClassVarParams() throws Exception {
|
||||
runTest("compiler/testData/loadJava/compiledKotlin/prop/defaultAccessors/ClassVarParams.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("ClassVarWithGet.kt")
|
||||
public void testClassVarWithGet() throws Exception {
|
||||
runTest("compiler/testData/loadJava/compiledKotlin/prop/defaultAccessors/ClassVarWithGet.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("ClassVarWithSet.kt")
|
||||
public void testClassVarWithSet() throws Exception {
|
||||
runTest("compiler/testData/loadJava/compiledKotlin/prop/defaultAccessors/ClassVarWithSet.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("ExtValLong.kt")
|
||||
public void testExtValLong() throws Exception {
|
||||
runTest("compiler/testData/loadJava/compiledKotlin/prop/defaultAccessors/ExtValLong.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("ExtVarLong.kt")
|
||||
public void testExtVarLong() throws Exception {
|
||||
runTest("compiler/testData/loadJava/compiledKotlin/prop/defaultAccessors/ExtVarLong.kt");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2930,12 +2630,6 @@ public class FirLoadK2CompiledJsKotlinTestGenerated extends AbstractFirLoadK2Com
|
||||
runTest("compiler/testData/loadJava/compiledKotlin/type/ArrayOfInt.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("ArrayOfInteger.kt")
|
||||
public void testArrayOfInteger() throws Exception {
|
||||
runTest("compiler/testData/loadJava/compiledKotlin/type/ArrayOfInteger.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("ArrayOfOutNumber.kt")
|
||||
public void testArrayOfOutNumber() throws Exception {
|
||||
@@ -2978,48 +2672,6 @@ public class FirLoadK2CompiledJsKotlinTestGenerated extends AbstractFirLoadK2Com
|
||||
runTest("compiler/testData/loadJava/compiledKotlin/type/IntQ.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("jlInteger.kt")
|
||||
public void testJlInteger() throws Exception {
|
||||
runTest("compiler/testData/loadJava/compiledKotlin/type/jlInteger.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("jlIntegerQ.kt")
|
||||
public void testJlIntegerQ() throws Exception {
|
||||
runTest("compiler/testData/loadJava/compiledKotlin/type/jlIntegerQ.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("jlNumber.kt")
|
||||
public void testJlNumber() throws Exception {
|
||||
runTest("compiler/testData/loadJava/compiledKotlin/type/jlNumber.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("jlObject.kt")
|
||||
public void testJlObject() throws Exception {
|
||||
runTest("compiler/testData/loadJava/compiledKotlin/type/jlObject.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("jlObjectQ.kt")
|
||||
public void testJlObjectQ() throws Exception {
|
||||
runTest("compiler/testData/loadJava/compiledKotlin/type/jlObjectQ.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("jlString.kt")
|
||||
public void testJlString() throws Exception {
|
||||
runTest("compiler/testData/loadJava/compiledKotlin/type/jlString.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("jlStringQ.kt")
|
||||
public void testJlStringQ() throws Exception {
|
||||
runTest("compiler/testData/loadJava/compiledKotlin/type/jlStringQ.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("ListOfAny.kt")
|
||||
public void testListOfAny() throws Exception {
|
||||
@@ -3038,18 +2690,6 @@ public class FirLoadK2CompiledJsKotlinTestGenerated extends AbstractFirLoadK2Com
|
||||
runTest("compiler/testData/loadJava/compiledKotlin/type/ListOfStar.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("ListOfString.kt")
|
||||
public void testListOfString() throws Exception {
|
||||
runTest("compiler/testData/loadJava/compiledKotlin/type/ListOfString.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("ListOfjlString.kt")
|
||||
public void testListOfjlString() throws Exception {
|
||||
runTest("compiler/testData/loadJava/compiledKotlin/type/ListOfjlString.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("Nothing.kt")
|
||||
public void testNothing() throws Exception {
|
||||
@@ -3062,12 +2702,6 @@ public class FirLoadK2CompiledJsKotlinTestGenerated extends AbstractFirLoadK2Com
|
||||
runTest("compiler/testData/loadJava/compiledKotlin/type/NothingQ.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("platform.kt")
|
||||
public void testPlatform() throws Exception {
|
||||
runTest("compiler/testData/loadJava/compiledKotlin/type/platform.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("String.kt")
|
||||
public void testString() throws Exception {
|
||||
@@ -3222,12 +2856,6 @@ public class FirLoadK2CompiledJsKotlinTestGenerated extends AbstractFirLoadK2Com
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/loadJava/compiledKotlinWithStdlib/annotations"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JS_IR, true);
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("annotationClassDefaultValues.kt")
|
||||
public void testAnnotationClassDefaultValues() throws Exception {
|
||||
runTest("compiler/testData/loadJava/compiledKotlinWithStdlib/annotations/annotationClassDefaultValues.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("AnnotationInAnnotationArguments.kt")
|
||||
public void testAnnotationInAnnotationArguments() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user