Files
kotlin-fork/backend.native/tests/runtime/basic/main_exception.kt
T
2017-10-20 18:25:05 +03:00

8 lines
110 B
Kotlin

package runtime.basic.main_exception
import kotlin.test.*
@Test fun runTest() {
throw Error("Hello!")
}