Do not suggest 'Convert to secondary constructor' for annotation classes

#KT-17408 Fixed
This commit is contained in:
Dmitry Neverov
2017-04-26 06:22:14 +02:00
parent d5867c1ee3
commit f84c5b0339
3 changed files with 15 additions and 2 deletions
@@ -0,0 +1,3 @@
// IS_APPLICABLE: false
annotation class ValueMatters<caret>(val value: String)