Files
kotlin-fork/idea/resources/intentionDescriptions/IfThenToDoubleBangIntention/before.kt.template
T
2014-04-22 22:33:08 +04:00

2 lines
88 B
Plaintext

foo(if (maybeSomething != null) maybeSomething else throw KotlinNullPointerException())