Implement 'not' postfix template
#KT-4710 In Progress
This commit is contained in:
committed by
Nikolay Krasko
parent
1eeec18303
commit
f18b9cceb3
@@ -0,0 +1,5 @@
|
||||
fun foo(x: Boolean) {
|
||||
if (!x) {
|
||||
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
fun foo(x: Boolean) {
|
||||
if (<spot>x</spot>$key) {
|
||||
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
<html>
|
||||
<body>
|
||||
Negate the expression.
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user