Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.0-beta-2
-
Labels:None
-
Number of attachments :
Description
The following should barf
x = 1 y = 2
we should enforce ; to separate statements on 1 line. e.g.
x = 1; y = 2
also using ; or newline as a separator will help us make field declarations clear
class Foo
{ int x; y }or
class Foo {
int x
y
}
Activity
james strachan
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Resolution | Fixed [ 1 ] | |
| Status | Open [ 1 ] | Closed [ 6 ] |