Perform inline checks in IR tests
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
// IGNORE_BACKEND: JVM
|
||||
// IGNORE_BACKEND_MULTI_MODULE: JVM, JVM_IR, JVM_MULTI_MODULE_IR_AGAINST_OLD, JVM_MULTI_MODULE_OLD_AGAINST_IR
|
||||
// FILE: 1.kt
|
||||
package test
|
||||
|
||||
@@ -9,7 +7,7 @@ class B : A
|
||||
inline fun <T : A> foo(a: Any) = (a as? T != null).toString()[0]
|
||||
|
||||
// FILE: 2.kt
|
||||
|
||||
// NO_CHECK_LAMBDA_INLINING
|
||||
import test.*
|
||||
|
||||
fun box(): String {
|
||||
|
||||
Reference in New Issue
Block a user