Drop deprecated -Xexperimental flag from compiler and tests

This commit is contained in:
Mikhail Glukhikh
2021-07-12 19:37:16 +03:00
committed by teamcityserver
parent cbcec8d624
commit 113d2653aa
45 changed files with 25 additions and 344 deletions
+4 -12
View File
@@ -1,17 +1,9 @@
package org.test
@Deprecated("Error1", level = DeprecationLevel.ERROR)
@Deprecated("Error", level = DeprecationLevel.ERROR)
@RequiresOptIn
annotation class Error1
annotation class Error
@Deprecated("Error2", level = DeprecationLevel.ERROR)
@Deprecated("Hidden", level = DeprecationLevel.HIDDEN)
@RequiresOptIn
annotation class Error2
@Deprecated("Hidden1", level = DeprecationLevel.HIDDEN)
@RequiresOptIn
annotation class Hidden1
@Deprecated("Hidden2", level = DeprecationLevel.HIDDEN)
@RequiresOptIn
annotation class Hidden2
annotation class Hidden