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

4 lines
64 B
Kotlin
Vendored

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