Rename UseExperimental->OptIn, Experimental->RequiresOptIn in compiler tests

This commit is contained in:
Alexander Udalov
2019-12-18 20:03:42 +01:00
parent b839b905b5
commit 7742a3b697
137 changed files with 416 additions and 416 deletions
+4 -4
View File
@@ -1,17 +1,17 @@
package org.test
@Deprecated("Error1", level = DeprecationLevel.ERROR)
@Experimental
@RequiresOptIn
annotation class Error1
@Deprecated("Error2", level = DeprecationLevel.ERROR)
@Experimental
@RequiresOptIn
annotation class Error2
@Deprecated("Hidden1", level = DeprecationLevel.HIDDEN)
@Experimental
@RequiresOptIn
annotation class Hidden1
@Deprecated("Hidden2", level = DeprecationLevel.HIDDEN)
@Experimental
@RequiresOptIn
annotation class Hidden2