10 lines
262 B
Kotlin
Vendored
10 lines
262 B
Kotlin
Vendored
// "Add 'CancellationException::class'" "false"
|
|
// ERROR: @Throws must have non-empty class list
|
|
// ACTION: Make internal
|
|
// ACTION: Make private
|
|
// ACTION: Remove annotation
|
|
|
|
// No compilation error => no quickfix.
|
|
<caret>@Throws()
|
|
suspend fun emptyThrows() {}
|