Don't suggest "Remove explicit type specification" for an annotated type

So #KT-20622 Fixed
This commit is contained in:
Toshiaki Kameyama
2017-10-20 09:07:52 +03:00
committed by Mikhail Glukhikh
parent fbda2a4343
commit 5f4233e4bf
3 changed files with 12 additions and 0 deletions
@@ -0,0 +1,5 @@
// IS_APPLICABLE: false
@Target(AnnotationTarget.TYPE)
annotation class Foo
fun foo(): @Foo Int<caret> = 1