Check experimental API markers for deprecation
#KT-22759 In Progress
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package org.test
|
||||
|
||||
@Deprecated("BinaryWarning", level = DeprecationLevel.WARNING)
|
||||
@Experimental(Experimental.Level.ERROR, [Experimental.Impact.RUNTIME])
|
||||
annotation class BinaryWarning
|
||||
|
||||
@Deprecated("SourceWarning", level = DeprecationLevel.WARNING)
|
||||
@Experimental(Experimental.Level.ERROR, [Experimental.Impact.COMPILATION])
|
||||
annotation class SourceWarning
|
||||
Reference in New Issue
Block a user