JET-50 Drop the 'new' keyword
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
fun concat(l: Array<String>): String? {
|
||||
val sb = new StringBuilder()
|
||||
val sb = StringBuilder()
|
||||
for(s in l) {
|
||||
sb.append(s)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user