Files
kotlin-fork/idea/testData/intentions/convertAssertToIf/assertErrorOverloaded.kt
T
2014-04-15 19:26:39 -04:00

6 lines
83 B
Kotlin

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