[TESTS] Move global directives outside file scope

This commit is contained in:
Ivan Kylchik
2021-09-07 21:17:45 +03:00
parent 596cbdfb71
commit f4bbcdc013
19 changed files with 19 additions and 19 deletions
@@ -1,8 +1,8 @@
// IGNORE_BACKEND: JS
// WITH_RUNTIME
// NO_CHECK_LAMBDA_INLINING
// FILE: 1.kt
// KJS_WITH_FULL_RUNTIME
// FILE: 1.kt
package test
public inline fun <T> T.myalso(block: (T) -> Unit): T {