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