// "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. @Throws suspend fun emptyThrows() {}