JET-50 Drop the 'new' keyword
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
fun f() {
|
||||
val x = new StringBuilder();
|
||||
val x = StringBuilder();
|
||||
g(x);
|
||||
return x.toString();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user