[TD] Update directives in kotlinAgainstKotlin testdata
This commit is contained in:
+2
-2
@@ -1,7 +1,7 @@
|
||||
// TARGET_BACKEND: JVM
|
||||
// MODULE: lib
|
||||
// FILE: A.kt
|
||||
// WITH_RUNTIME
|
||||
// FILE: A.kt
|
||||
|
||||
abstract class IncrementalCompilerRunner<T>(
|
||||
private val workingDir: String,
|
||||
@@ -23,4 +23,4 @@ class IncrementalJsCompilerRunner(
|
||||
fun box(): String {
|
||||
val runner = IncrementalJsCompilerRunner(workingDir = "OK", fail = false)
|
||||
return runner.res()
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -1,8 +1,8 @@
|
||||
// IGNORE_BACKEND_FIR: JVM_IR
|
||||
// TARGET_BACKEND: JVM
|
||||
// MODULE: lib
|
||||
// FILE: A.kt
|
||||
// WITH_RUNTIME
|
||||
// FILE: A.kt
|
||||
|
||||
abstract class IrConst<T> : IrExpression(), IrExpressionWithCopy {
|
||||
abstract val kind: IrConstKind<T>
|
||||
|
||||
+2
-2
@@ -1,7 +1,7 @@
|
||||
// TARGET_BACKEND: JVM
|
||||
// MODULE: lib
|
||||
// FILE: A.kt
|
||||
// WITH_RUNTIME
|
||||
// FILE: A.kt
|
||||
|
||||
package first.second
|
||||
|
||||
@@ -20,4 +20,4 @@ fun foo() = hasAnnotation(VOLATILE_ANNOTATION_FQ_NAME)
|
||||
|
||||
fun hasAnnotation(name: FqName): Boolean = true
|
||||
|
||||
fun box() = if (foo()) "OK" else "FAIL"
|
||||
fun box() = if (foo()) "OK" else "FAIL"
|
||||
|
||||
Reference in New Issue
Block a user