Specify JVM target backend for test with '::class.java' usage
This commit is contained in:
+1
-1
@@ -1,9 +1,9 @@
|
||||
// IGNORE_BACKEND: NATIVE
|
||||
// FILE: inline.kt
|
||||
// KOTLIN_CONFIGURATION_FLAGS: ASSERTIONS_MODE=jvm
|
||||
// WITH_RUNTIME
|
||||
// FULL_JDK
|
||||
// IGNORE_BACKEND: JVM_IR
|
||||
// TARGET_BACKEND: JVM
|
||||
|
||||
inline fun inlineMe() {
|
||||
assert(false) { "FROM INLINED" }
|
||||
|
||||
Reference in New Issue
Block a user