blob: 0c4bcdeda4b2ad3e9aa6f9a7470fd5c10856fc38 [file]
compiler/testData/cli/jvm/errorSuppression.kt:1:11: warning: suppression of error 'UNSUPPORTED' 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
@Suppress("UNSUPPORTED", "THROWS_IN_ANNOTATION_ERROR")
^^^^^^^^^^^^^
compiler/testData/cli/jvm/errorSuppression.kt:1:26: warning: suppression of error 'THROWS_IN_ANNOTATION_ERROR' 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
@Suppress("UNSUPPORTED", "THROWS_IN_ANNOTATION_ERROR")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OK