Report custom diagnostic instead of symbol deprecation

For annotations that should be replaced with modifiers
This commit is contained in:
Denis Zharkov
2015-09-09 15:56:42 +03:00
parent c3cb6b62f4
commit 04483eb826
7 changed files with 23 additions and 9 deletions
@@ -63,5 +63,4 @@ public annotation class Synchronized
@Target(FUNCTION, PROPERTY_GETTER, PROPERTY_SETTER)
@Retention(AnnotationRetention.SOURCE)
@MustBeDocumented
@deprecated("Use kotlin.external instead", ReplaceWith("kotlin.external"))
public annotation class native