Files
kotlin/idea/testData/quickfix/migration/javaAnnotationPositionedArguments/noValueForArgumentMultiple.after.kt
2015-10-15 19:20:08 +03:00

7 lines
222 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