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
-12
View File
@@ -1,12 +0,0 @@
package org.foo
@RequiresOptIn
annotation class A
class B {
@RequiresOptIn
annotation class C
}
@RequiresOptIn(level = RequiresOptIn.Level.ERROR)
annotation class D
@@ -1,2 +0,0 @@
@org/foo/A
@org/foo/B.C