6 lines
77 B
Kotlin
Vendored
6 lines
77 B
Kotlin
Vendored
package InlineOnly
|
|
|
|
fun main(args : Array<String>) {
|
|
error("my error")
|
|
}
|