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

6 lines
128 B
Kotlin

// IS_APPLICABLE: false
// WITH_RUNTIME
// ERROR: No value passed for parameter value
fun foo() {
<caret>assert { "text" }
}