JET-50 Drop the 'new' keyword
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
fun StringBuilder.first() = this.charAt(0)
|
||||
|
||||
fun foo() = new StringBuilder("foo").first()
|
||||
fun foo() = StringBuilder("foo").first()
|
||||
|
||||
Reference in New Issue
Block a user