Add resources-en for idea
#KT-38297 Fixed
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
class Foo {
|
||||
fun get(a: Boolean, b: Boolean): Boolean {
|
||||
return !a || !b
|
||||
}
|
||||
}
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
class Foo {
|
||||
fun get(a: Boolean, b: Boolean): Boolean {
|
||||
return <spot> !(a && b)</spot>
|
||||
}
|
||||
}
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
<html>
|
||||
<body>
|
||||
This intention converts a <b>boolean</b> expression to an equivalent expression using De Morgan's laws.
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user