Don't suggest "Remove explicit type specification" for an annotated type
So #KT-20622 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
fbda2a4343
commit
5f4233e4bf
@@ -0,0 +1,5 @@
|
||||
// IS_APPLICABLE: false
|
||||
@Target(AnnotationTarget.TYPE)
|
||||
annotation class Foo
|
||||
|
||||
fun foo(): @Foo Int<caret> = 1
|
||||
Reference in New Issue
Block a user