6 lines
83 B
Kotlin
6 lines
83 B
Kotlin
// WITH_RUNTIME
|
|
fun foo() {
|
|
<caret>assert(true, "text")
|
|
}
|
|
|
|
class AssertionError |