5 lines
63 B
Kotlin
Vendored
5 lines
63 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
|
|
fun foo() {
|
|
assert(<caret>true || false)
|
|
} |