Files
2020-06-05 19:07:54 +03:00

10 lines
260 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() {}