Files
kotlin/idea/testData/quickfix/createFromUsage/createClass/annotationEntry/nestedJavaAnnotationWithNamedArgs.before.Main.kt
2015-10-15 19:20:08 +03:00

6 lines
125 B
Kotlin
Vendored

// "Create annotation 'foo'" "true"
// ERROR: Unresolved reference: foo
@J.<caret>foo(count = 1, name = "2") fun test() {
}