Files
kotlin-fork/native/native.tests/testData/framework/objcexport/throwsEmpty.kt
T
2024-02-05 16:06:34 +00:00

7 lines
157 B
Kotlin
Vendored

package throwsEmpty
// Suppressing compilation error.
// Only the generated comment is checked.
@Suppress("THROWS_LIST_EMPTY")
@Throws fun throwsEmpty() {}