mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-12 08:31:28 +00:00
7 lines
224 B
Kotlin
Vendored
7 lines
224 B
Kotlin
Vendored
// "Replace invalid positioned arguments for annotation" "true"
|
|
// WITH_RUNTIME
|
|
// ERROR: Only named arguments are available for Java annotations
|
|
// ERROR: No value passed for parameter 'arg2'
|
|
|
|
@Ann(1, arg1 = "abc") class A
|