[JS IR] fix test data
This commit is contained in:
committed by
TeamCityServer
parent
9c4c798fe7
commit
af134912be
+2
-2
@@ -2,8 +2,8 @@
|
||||
// EXPECTED_REACHABLE_NODES: 1525
|
||||
package foo
|
||||
|
||||
// CHECK_NOT_CALLED_IN_SCOPE: scope=test function=even
|
||||
// CHECK_NOT_CALLED_IN_SCOPE: scope=test function=filter
|
||||
// CHECK_NOT_CALLED_IN_SCOPE: scope=test function=even TARGET_BACKENDS=JS
|
||||
// CHECK_NOT_CALLED_IN_SCOPE: scope=test function=filter TARGET_BACKENDS=JS
|
||||
|
||||
internal inline fun even(x: Int) = x % 2 == 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user