KT-847 Allow "this" without {} in string templates
This commit is contained in:
committed by
Nikolay Krasko
parent
94ad86e79e
commit
55c11d0f44
@@ -7,6 +7,7 @@ fun demo() {
|
||||
fun buzz(f : fun () : Any?) : Int = 1
|
||||
val sdf = 1
|
||||
val foo = 3;
|
||||
"$this must be$as$t"
|
||||
"$abc"
|
||||
"$abc\"
|
||||
"$"
|
||||
|
||||
Reference in New Issue
Block a user