mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-12 15:53:40 +00:00
7 lines
318 B
Kotlin
7 lines
318 B
Kotlin
// "Replace invalid positioned arguments for annotation" "true"
|
|
// WITH_RUNTIME
|
|
// ERROR: Only named arguments are available for Java annotations
|
|
// ERROR: Only named arguments are available for Java annotations
|
|
|
|
Ann(1, /*abc*/arg1 = "abc", arg2 = arrayOf(Int::class, Array<Int>::class), arg3 = String::class) class A
|