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

5 lines
149 B
Plaintext

foo(if (maybeSomething != null)
maybeSomething
else
throw NullPointerException("expression 'maybeSomething' must not be null") )