73dc5fefcb
KT-13009 Kotlin: annotation auto-import is broken in multiple ways #KT-12077 Fixed #KT-13009 Fixed
7 lines
132 B
Plaintext
Vendored
7 lines
132 B
Plaintext
Vendored
package some
|
|
|
|
annotation class SomeAnnotation
|
|
|
|
class Complete(@set:SomeAnnotation<caret> var field: Int)
|
|
|
|
// ELEMENT: SomeAnnotation |