Last change
on this file since 960665c was
afb15cf,
checked in by Andrew Beach <ajbeach@…>, 3 months ago
|
Added a check to make sure that optional parameters to not appear on function types not attached to function declarations.
|
-
Property mode set to
100644
|
File size:
427 bytes
|
Line | |
---|
1 | opt-params.cfa:12:1 error: Initializer on type declaration i: int |
---|
2 | with initializer maybe constructed? 1 |
---|
3 | |
---|
4 | opt-params.cfa:13:1 error: Initializer on type declaration int |
---|
5 | with initializer maybe constructed? 1 |
---|
6 | |
---|
7 | opt-params.cfa:14:1 error: Initializer on type declaration int |
---|
8 | with initializer maybe constructed? 1 |
---|
9 | |
---|
10 | opt-params.cfa:15:1 error: Initializer on type declaration int |
---|
11 | with initializer maybe constructed? 1 |
---|
12 | |
---|
Note: See
TracBrowser
for help on using the repository browser.