Rename UseExperimental->OptIn, Experimental->RequiresOptIn in quickfix and IDE tests

This commit is contained in:
Alexander Udalov
2019-12-27 16:32:19 +01:00
parent da077b5353
commit 9187a85aaf
41 changed files with 104 additions and 104 deletions
+3 -3
View File
@@ -1,8 +1,8 @@
// "Add '-Xuse-experimental=kotlin.RequiresOptIn' to module light_idea_test_case compiler arguments" "true"
// "Add '-Xopt-in=kotlin.RequiresOptIn' to module light_idea_test_case compiler arguments" "true"
// COMPILER_ARGUMENTS: -version
// COMPILER_ARGUMENTS_AFTER: -version -Xuse-experimental=kotlin.RequiresOptIn
// COMPILER_ARGUMENTS_AFTER: -version -Xopt-in=kotlin.RequiresOptIn
// DISABLE-ERRORS
// WITH_RUNTIME
@Experimental<caret>
@RequiresOptIn<caret>
annotation class MyExperimentalAPI