blob: 545b8cc9e4d87cb6b3e010b87eec57e266f12c4f [file]
warning: language version 2.1 is deprecated and its support will be removed in a future version of Kotlin. Update the version to 2.2.
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