Rename Experimental/UseExperimental in compiler diagnostic messages

#KT-34647
This commit is contained in:
Alexander Udalov
2019-12-18 19:38:51 +01:00
parent d547af00aa
commit b839b905b5
8 changed files with 21 additions and 21 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
warning: '-Xexperimental' is deprecated and will be removed in a future release
warning: class org.test.NotAnAnnotation1 is not an experimental API marker annotation
warning: class org.test.NotAnAnnotation2 is not an experimental API marker annotation
warning: class org.test.NotAnAnnotation1 is not an opt-in requirement marker
warning: class org.test.NotAnAnnotation2 is not an opt-in requirement marker
OK