d5987fd7f3
The fact that this was a codegen box test was probably an abuse of the testing infrastructure. It was never meant to pass, since it checks presence of an error, and diagnostic tests aren't enough since they might not check the full compiler execution.
5 lines
203 B
Plaintext
Vendored
5 lines
203 B
Plaintext
Vendored
compiler/testData/cli/jvm/wrongAnnotationArgumentInCtor.kt:6:25: error: no value passed for parameter 'message'
|
|
class WithoutArguments(@Deprecated val s: Int)
|
|
^
|
|
COMPILATION_ERROR
|