blob: 959e4af6c38fde87a1488a08394ac3dbf5137a95 [file] [log] [blame]
compiler/testData/cli/jvm/annotationDefaultTargetWithOptIn.kt:4:10: error: opt-in requirement marker annotation cannot be used on parameter.
class My(@Marker val x: String)
^^^^^^^
COMPILATION_ERROR