Files
kotlin-fork/idea/testData/quickfix/createFromUsage/createClass/annotationEntry/annotationWithParams.kt
T
2015-06-12 09:23:31 +03:00

5 lines
74 B
Kotlin
Vendored

// "Create annotation 'foo'" "true"
@[<caret>foo(1, "2")] fun test() {
}