Parenthesis are mandatory after a constructor call (due to problems with 'new Foo?isValid()')
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
|
||||
fun a(
|
||||
a : foo = throw new Foo,
|
||||
a : foo = throw new Foo(),
|
||||
a : foo = return 10,
|
||||
a : foo = break,
|
||||
a : foo = break @la,
|
||||
|
||||
Reference in New Issue
Block a user