Prohibit using DeprecatedSinceKotlin outside kotlin subpackage
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
// !API_VERSION: 1.4
|
||||
|
||||
package kotlin
|
||||
|
||||
@Deprecated("")
|
||||
@DeprecatedSinceKotlin(errorSince = "1.4")
|
||||
class ClassCur
|
||||
|
||||
Reference in New Issue
Block a user