committed by
Dmitry Jemerov
parent
456037a30d
commit
956094e062
@@ -0,0 +1,3 @@
|
||||
if (a && b) {
|
||||
println("a and b")
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
if (a) {
|
||||
if (b) {
|
||||
println("a and b")
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
<html>
|
||||
<body>
|
||||
This intention merges two nested 'if's without 'else' branches into a single one.
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user