JET-50 Drop the 'new' keyword
This commit is contained in:
@@ -5,6 +5,6 @@ class SimpleClass {
|
||||
}
|
||||
|
||||
fun test() {
|
||||
val c = new SimpleClass()
|
||||
val c = SimpleClass()
|
||||
return c.foo()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user