Fixed visibility checks for annotation usage on top-level declarations
#KT-12429 Fixed
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
private const val a = ""
|
||||
|
||||
@Deprecated("$a")
|
||||
fun test() {}
|
||||
Reference in New Issue
Block a user