AddJvmOverloadsIntention: disable for annotation classes

#KT-36482 Fixed
This commit is contained in:
Dmitry Gridin
2020-03-18 17:23:46 +07:00
parent 084276ef1f
commit 95b77f6386
3 changed files with 10 additions and 0 deletions
@@ -0,0 +1,3 @@
// IS_APPLICABLE: false
annotation class OverloadedAnn(val s1: String<caret> = "abc", val s2: String = "abc")