Implement if/else/null/notnull/when/try postfix templates

#KT-4710 In Progress
This commit is contained in:
Denis Zharkov
2016-07-10 19:41:51 +03:00
committed by Nikolay Krasko
parent 09266b222b
commit 4d28199cc2
33 changed files with 252 additions and 2 deletions
@@ -0,0 +1,5 @@
fun foo(x: Boolean) {
if (!x) {
}
}
@@ -0,0 +1,3 @@
fun foo(x: Boolean) {
<spot>x</spot>$key
}
@@ -0,0 +1,5 @@
<html>
<body>
Checks boolean expression to be false.
</body>
</html>