Add resources-en for idea
#KT-38297 Fixed
This commit is contained in:
+3
@@ -0,0 +1,3 @@
|
||||
val v: Boolean?
|
||||
|
||||
if (v ?: false)
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
val v: Boolean?
|
||||
|
||||
if (v == true)
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
<html>
|
||||
<body>
|
||||
This intention converts a nullable boolean equality check to an elvis operator.
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user