Files
kotlin-fork/idea/testData/intentions/convertAssertToIf/assertErrorOverloaded.kt
T

10 lines
100 B
Kotlin
Vendored

package a
fun foo() {
<caret>assert(true, { "text" })
}
class AssertionError
// WITH_RUNTIME