Add postfix template for listOf/setOf/etc
#KT-25239 Fixed
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
fun foo(x: String) {
|
||||
x.arrayOf<caret>
|
||||
}
|
||||
Reference in New Issue
Block a user
#KT-25239 Fixed
@@ -0,0 +1,3 @@
|
||||
fun foo(x: String) {
|
||||
x.arrayOf<caret>
|
||||
}
|
||||