Fixed visibility checks for annotation usage on top-level declarations

#KT-12429 Fixed
This commit is contained in:
Stanislav Erokhin
2016-05-20 12:07:02 +03:00
parent a42b8d56b4
commit db64d9c528
6 changed files with 108 additions and 7 deletions
@@ -0,0 +1,4 @@
private const val a = ""
@Deprecated("$a")
fun test() {}