KT-12077 Code completion inserts FQN for annotations with use-site target inside primary constructor
KT-13009 Kotlin: annotation auto-import is broken in multiple ways #KT-12077 Fixed #KT-13009 Fixed
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package some
|
||||
|
||||
annotation class SomeAnnotation
|
||||
|
||||
class Complete(@set:Some<caret> var field: Int)
|
||||
|
||||
// ELEMENT: SomeAnnotation
|
||||
@@ -0,0 +1,7 @@
|
||||
package some
|
||||
|
||||
annotation class SomeAnnotation
|
||||
|
||||
class Complete(@set:SomeAnnotation<caret> var field: Int)
|
||||
|
||||
// ELEMENT: SomeAnnotation
|
||||
Reference in New Issue
Block a user