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