Prohibit using DeprecatedSinceKotlin outside kotlin subpackage

This commit is contained in:
Mikhail Zarechenskiy
2020-06-18 18:26:49 +03:00
parent 790433984b
commit a2da00eb49
33 changed files with 168 additions and 72 deletions
@@ -1,5 +1,7 @@
// !API_VERSION: 1.4
package kotlin
@Deprecated("")
@DeprecatedSinceKotlin(errorSince = "1.4")
class ClassCur