220cb95b85
Relates to #KT-24631
8 lines
124 B
Plaintext
Vendored
8 lines
124 B
Plaintext
Vendored
// "Create annotation 'foo'" "true"
|
|
|
|
@[foo(1, "2")] fun test() {
|
|
|
|
}
|
|
|
|
annotation class <caret>foo(val i: Int, val s: String)
|