[TESTS] Move global directives outside file scope
This commit is contained in:
+1
-1
@@ -3,8 +3,8 @@
|
||||
// IGNORE_BACKEND: JS
|
||||
// IGNORE_BACKEND_FIR: JVM_IR
|
||||
// NO_CHECK_LAMBDA_INLINING
|
||||
// FILE: 1.kt
|
||||
// KJS_WITH_FULL_RUNTIME
|
||||
// FILE: 1.kt
|
||||
|
||||
package test
|
||||
|
||||
|
||||
Vendored
+1
-1
@@ -1,8 +1,8 @@
|
||||
// WITH_RUNTIME
|
||||
// !LANGUAGE: +UseCorrectExecutionOrderForVarargArguments
|
||||
// NO_CHECK_LAMBDA_INLINING
|
||||
// FILE: 1.kt
|
||||
// KJS_WITH_FULL_RUNTIME
|
||||
// FILE: 1.kt
|
||||
|
||||
package test
|
||||
|
||||
|
||||
+1
-1
@@ -7,8 +7,8 @@
|
||||
// IGNORE_BACKEND_MULTI_MODULE: JVM_IR, JVM_MULTI_MODULE_IR_AGAINST_OLD
|
||||
// IGNORE_BACKEND_FIR: JVM_IR
|
||||
// NO_CHECK_LAMBDA_INLINING
|
||||
// FILE: 1.kt
|
||||
// KJS_WITH_FULL_RUNTIME
|
||||
// FILE: 1.kt
|
||||
package test
|
||||
|
||||
open class A(val value: String)
|
||||
|
||||
Vendored
+1
-1
@@ -1,8 +1,8 @@
|
||||
// WITH_RUNTIME
|
||||
// !LANGUAGE: +UseCorrectExecutionOrderForVarargArguments
|
||||
// NO_CHECK_LAMBDA_INLINING
|
||||
// FILE: 1.kt
|
||||
// KJS_WITH_FULL_RUNTIME
|
||||
// FILE: 1.kt
|
||||
package test
|
||||
|
||||
open class A(val value: String)
|
||||
|
||||
Reference in New Issue
Block a user