Implement for/iter postfix templates

#KT-4710 In Progress
This commit is contained in:
Denis Zharkov
2016-07-11 16:03:46 +03:00
committed by Nikolay Krasko
parent b702886f0d
commit 1b391123e6
12 changed files with 90 additions and 1 deletions
@@ -0,0 +1,4 @@
fun bar() = 1
fun foo() {
val bar = bar()
}
@@ -0,0 +1,3 @@
fun foo(list: List<String>) {
<spot>list</spot>$key
}
@@ -0,0 +1,5 @@
<html>
<body>
Creates for statement from given iterable expression.
</body>
</html>