Add resources-en for idea
#KT-38297 Fixed
This commit is contained in:
@@ -0,0 +1 @@
|
||||
val result = if (maybeSomething != null) maybeSomething.perform(something) else null
|
||||
@@ -0,0 +1 @@
|
||||
val result = maybeSomething?.perform(something)
|
||||
@@ -0,0 +1,5 @@
|
||||
<html>
|
||||
<body>
|
||||
This intention converts an expression that uses a safe-access operator to an <b>if-then</b> expression.
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user