mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
9 lines
318 B
Kotlin
9 lines
318 B
Kotlin
// "Replace with array call" "true"
|
|
|
|
annotation class Some(vararg val strings: String)
|
|
|
|
@Some(strings = <caret>"value")
|
|
class My
|
|
|
|
// FUS_QUICKFIX_NAME: org.jetbrains.kotlin.idea.quickfix.ReplaceWithArrayCallInAnnotationFix
|
|
// FUS_K2_QUICKFIX_NAME: org.jetbrains.kotlin.idea.quickfix.ReplaceWithArrayCallInAnnotationFix |