6 lines
82 B
Plaintext
Vendored
6 lines
82 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
|
|
fun foo(): Nothing {
|
|
throw UnsupportedOperationException()
|
|
}
|