Add "arg" postfix template (KT-29398)
#KT-29398 Fixed
This commit is contained in:
committed by
Nikolay Krasko
parent
0c0f035241
commit
6acf3ad629
+3
@@ -0,0 +1,3 @@
|
||||
fun foo(s: String) {
|
||||
s.arg<caret>
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
fun foo(s: String) {
|
||||
(s<caret>)
|
||||
}
|
||||
Reference in New Issue
Block a user