Files
kotlin-fork/idea/resources/intentionDescriptions/SimplifyAssertNotNullIntention/before.kt.template
T
2016-01-18 15:34:20 +03:00

3 lines
51 B
Plaintext

val v = something()
<spot>assert(v != null)</spot>