Rename !USE_EXPERIMENTAL test directive to !OPT_IN

This commit is contained in:
Mikhail Glukhikh
2021-09-03 17:31:24 +03:00
committed by TeamCityServer
parent 3febabe977
commit fc6403679a
523 changed files with 525 additions and 527 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
// DONT_TARGET_EXACT_BACKEND: WASM
// WASM_MUTE_REASON: COROUTINES
// !LANGUAGE: +NewInference
// !USE_EXPERIMENTAL: kotlin.RequiresOptIn
// !OPT_IN: kotlin.RequiresOptIn
// WITH_RUNTIME
// ISSUE: KT-35684