source: tests/.expect/opt-params.txt @ afb15cf

Last change on this file since afb15cf was afb15cf, checked in by Andrew Beach <ajbeach@…>, 7 days 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 
1opt-params.cfa:12:1 error: Initializer on type declaration i: int
2  with initializer  maybe constructed? 1
3
4opt-params.cfa:13:1 error: Initializer on type declaration int
5  with initializer  maybe constructed? 1
6
7opt-params.cfa:14:1 error: Initializer on type declaration int
8  with initializer  maybe constructed? 1
9
10opt-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.