6 lines
87 B
Plaintext
6 lines
87 B
Plaintext
fun foo() {
|
|
<spot>if (!true) {
|
|
throw AssertionError("text")
|
|
}</spot>
|
|
}
|