Files
kotlin-fork/idea/resources/intentionDescriptions/ConvertIfWithThrowToAssertIntention/after.kt.template
T

3 lines
52 B
Plaintext

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