Remove LANGUAGE_VERSION directive from blackBox codegen tests
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
|
// !LANGUAGE: -InlineConstVals
|
||||||
// TODO: muted automatically, investigate should it be ran for JS or not
|
// TODO: muted automatically, investigate should it be ran for JS or not
|
||||||
// IGNORE_BACKEND: JS
|
// IGNORE_BACKEND: JS
|
||||||
// LANGUAGE_VERSION: 1.0
|
|
||||||
|
|
||||||
object A {
|
object A {
|
||||||
const val a: String = "$"
|
const val a: String = "$"
|
||||||
|
|||||||
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
|
// !LANGUAGE: -NullabilityAssertionOnExtensionReceiver
|
||||||
// TARGET_BACKEND: JVM
|
// TARGET_BACKEND: JVM
|
||||||
// FILE: test.kt
|
// FILE: test.kt
|
||||||
// WITH_RUNTIME
|
// WITH_RUNTIME
|
||||||
// LANGUAGE_VERSION: 1.1
|
|
||||||
private operator fun A.inc() = A()
|
private operator fun A.inc() = A()
|
||||||
|
|
||||||
fun box(): String {
|
fun box(): String {
|
||||||
|
|||||||
Vendored
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
|
// !LANGUAGE: -NullabilityAssertionOnExtensionReceiver
|
||||||
// TARGET_BACKEND: JVM
|
// TARGET_BACKEND: JVM
|
||||||
// WITH_RUNTIME
|
// WITH_RUNTIME
|
||||||
// FILE: test.kt
|
// FILE: test.kt
|
||||||
// LANGUAGE_VERSION: 1.1
|
|
||||||
import kotlin.test.*
|
import kotlin.test.*
|
||||||
|
|
||||||
fun String.extension() {}
|
fun String.extension() {}
|
||||||
|
|||||||
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
|
// !LANGUAGE: -NullabilityAssertionOnExtensionReceiver
|
||||||
// TARGET_BACKEND: JVM
|
// TARGET_BACKEND: JVM
|
||||||
// WITH_RUNTIME
|
// WITH_RUNTIME
|
||||||
// FILE: test.kt
|
// FILE: test.kt
|
||||||
// LANGUAGE_VERSION: 1.1
|
|
||||||
import kotlin.test.*
|
import kotlin.test.*
|
||||||
|
|
||||||
inline fun String.extension() {}
|
inline fun String.extension() {}
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
// LANGUAGE_VERSION: 1.1
|
// !LANGUAGE: -ThrowNpeOnExplicitEqualsForBoxedNull
|
||||||
// TARGET_BACKEND: JVM
|
// TARGET_BACKEND: JVM
|
||||||
// WITH_RUNTIME
|
// WITH_RUNTIME
|
||||||
// FILE: test.kt
|
// FILE: test.kt
|
||||||
|
|||||||
Reference in New Issue
Block a user