Introduce var/val postfix templates
#KT-4710 In Progress
This commit is contained in:
committed by
Nikolay Krasko
parent
7ba914f92a
commit
b702886f0d
@@ -0,0 +1,4 @@
|
||||
fun bar() = 1
|
||||
fun foo() {
|
||||
val bar = bar()
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
fun bar() = 1
|
||||
fun foo() {
|
||||
<spot>bar()</spot>$key
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
<html>
|
||||
<body>
|
||||
Creates variable from given expression.
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user