5 lines
149 B
Plaintext
5 lines
149 B
Plaintext
foo(if (maybeSomething != null)
|
|
maybeSomething
|
|
else
|
|
throw NullPointerException("expression 'maybeSomething' must not be null") )
|