Files
kotlin-fork/idea/testData/quickfix/createFromUsage/createClass/annotationEntry/annotationNoBrackets.kt.after
T
2015-10-15 19:20:08 +03:00

8 lines
115 B
Plaintext
Vendored

// "Create annotation 'foo'" "true"
@foo(1, "2") fun test() {
}
annotation class foo(val i: Int, val s: String)