JET-50 Drop the 'new' keyword
This commit is contained in:
@@ -5,5 +5,5 @@ var xxxx = 1
|
||||
}
|
||||
|
||||
fun foo() {
|
||||
new `SimpleClass`SimpleClass(1).`!`xxxx
|
||||
`SimpleClass`SimpleClass(1).`!`xxxx
|
||||
}
|
||||
Reference in New Issue
Block a user