Support -Xexperimental and -Xuse-experimental, validate their values
#KT-22759 In Progress
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package org.test
|
||||
|
||||
class Outer {
|
||||
@Experimental(Experimental.Level.ERROR, [Experimental.Impact.LINKAGE])
|
||||
annotation class Nested
|
||||
}
|
||||
|
||||
@Outer.Nested
|
||||
fun foo() {}
|
||||
Reference in New Issue
Block a user