Add "arg" postfix template (KT-29398)

#KT-29398 Fixed
This commit is contained in:
Toshiaki Kameyama
2019-02-27 17:49:42 +03:00
committed by Nikolay Krasko
parent 0c0f035241
commit 6acf3ad629
8 changed files with 36 additions and 2 deletions
+3
View File
@@ -0,0 +1,3 @@
fun foo(s: String) {
s.arg<caret>
}
+3
View File
@@ -0,0 +1,3 @@
fun foo(s: String) {
(s<caret>)
}