Do not suggest -Xuse...=kotlin.Experimental in experimental world

This commit is contained in:
Mikhail Glukhikh
2018-05-23 18:48:52 +03:00
parent f2989ee3a6
commit d7bb8a7a21
3 changed files with 21 additions and 1 deletions
+9
View File
@@ -0,0 +1,9 @@
// "Add '-Xuse-experimental=kotlin.Experimental' to module light_idea_test_case compiler arguments" "false"
// COMPILER_ARGUMENTS: -version -Xuse-experimental=Something
// DISABLE-ERRORS
// WITH_RUNTIME
// ACTION: Make internal
// ACTION: Make private
@Experimental<caret>
annotation class MyExperimentalAPI