Rename UseExperimental->OptIn, Experimental->RequiresOptIn in compiler tests
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
package org.test
|
||||
|
||||
@Deprecated("Warning1", level = DeprecationLevel.WARNING)
|
||||
@Experimental
|
||||
@RequiresOptIn
|
||||
annotation class Warning1
|
||||
|
||||
@Deprecated("Warning2", level = DeprecationLevel.WARNING)
|
||||
@Experimental
|
||||
@RequiresOptIn
|
||||
annotation class Warning2
|
||||
|
||||
Reference in New Issue
Block a user