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
+4 -4
View File
@@ -1,10 +1,10 @@
// "Add '-Xuse-experimental=kotlin.Experimental' to module light_idea_test_case compiler arguments" "false"
// COMPILER_ARGUMENTS: -version -Xuse-experimental=Something
// "Add '-Xopt-in=kotlin.RequiresOptIn' to module light_idea_test_case compiler arguments" "false"
// COMPILER_ARGUMENTS: -version -Xopt-in=Something
// DISABLE-ERRORS
// WITH_RUNTIME
// ACTION: Introduce import alias
// ACTION: Make internal
// ACTION: Make private
@Experimental<caret>
annotation class MyExperimentalAPI
@RequiresOptIn<caret>
annotation class MyExperimentalAPI