Add resources-en for idea
#KT-38297 Fixed
This commit is contained in:
+1
@@ -0,0 +1 @@
|
||||
fun foo(arg: Int) = 1 <= arg && arg <= 4
|
||||
+1
@@ -0,0 +1 @@
|
||||
fun foo(arg: Int) = arg in 1..4
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
<html>
|
||||
<body>
|
||||
This intention converts a range check (<b>in</b>) to two consecutive comparisons.
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user