Files
kotlin-fork/idea/testData/multiModuleQuickFix/fixNativeThrowsErrors/addCancellationException1/native/test.kt.after
T

6 lines
183 B
Plaintext
Vendored

import kotlin.coroutines.cancellation.CancellationException
// "Add 'CancellationException::class'" "true"
@Throws(Error::class, CancellationException::class)
suspend fun addCE() {}