JET-50 Drop the 'new' keyword
This commit is contained in:
@@ -2,4 +2,4 @@
|
||||
|
||||
val z = System.out
|
||||
|
||||
fun foo() { throw new Exception(); }
|
||||
fun foo() { throw Exception(); }
|
||||
|
||||
Reference in New Issue
Block a user