Implement for/iter postfix templates
#KT-4710 In Progress
This commit is contained in:
committed by
Nikolay Krasko
parent
b702886f0d
commit
1b391123e6
@@ -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>
|
||||
Reference in New Issue
Block a user