025771460c
^KT-61259
7 lines
157 B
Kotlin
Vendored
7 lines
157 B
Kotlin
Vendored
package throwsEmpty
|
|
|
|
// Suppressing compilation error.
|
|
// Only the generated comment is checked.
|
|
@Suppress("THROWS_LIST_EMPTY")
|
|
@Throws fun throwsEmpty() {}
|