blob: e1cfbde51ba26ed4b9b865b29a0849fe75704319 [file]
compiler/testData/cli/jvm/annotationDefaultTargetWithSuppressedOptIn.kt:4:20: warning: suppression of error 'OPT_IN_MARKER_ON_WRONG_TARGET' might compile and work, but the compiler behavior is UNSPECIFIED and WILL NOT BE PRESERVED. Please report your use case to the Kotlin issue tracker instead: https://kotl.in/issue
class My(@Suppress("OPT_IN_MARKER_ON_WRONG_TARGET") @Marker val x: String)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OK