10 lines
100 B
Kotlin
Vendored
10 lines
100 B
Kotlin
Vendored
package a
|
|
|
|
fun foo() {
|
|
<caret>assert(true, { "text" })
|
|
}
|
|
|
|
class AssertionError
|
|
|
|
// WITH_RUNTIME
|