Files
kotlin-fork/idea/resources/intentionDescriptions/ConvertAssertToIfWithThrowIntention/before.kt.template
T
2014-04-15 19:26:39 -04:00

3 lines
51 B
Plaintext

fun foo() {
<spot>assert(true, "text")</spot>
}