Drop deprecated -Xexperimental flag from compiler and tests
This commit is contained in:
committed by
teamcityserver
parent
cbcec8d624
commit
113d2653aa
@@ -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
|
||||
Reference in New Issue
Block a user