Skip to content

Commit

Permalink
Expected output.
Browse files Browse the repository at this point in the history
  • Loading branch information
mahge authored and OpenModelica-Hudson committed Feb 26, 2018
1 parent 71611b1 commit 987ac3c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions flattening/modelica/scodeinst/FuncOverloadAmbiguousDefault.mo
Expand Up @@ -23,12 +23,11 @@ model FuncOverloadAmbiguousDefault
end FuncOverloadAmbiguousDefault;

// Result:
// Ambiguous call: OV(1)
// Candidates:
// Error processing file: FuncOverloadAmbiguousDefault.mo
// [flattening/modelica/scodeinst/FuncOverloadAmbiguousDefault.mo:22:3-22:20:writable] Error: Ambiguous matching functions found for OV(/*Integer*/ 1).
// Candidates are:
// OV(Integer g1, Integer g2 = 1) => Integer
// OV(Integer f1) => Integer
// Error processing file: FuncOverloadAmbiguousDefault.mo
// Error: Internal error Instantiation of FuncOverloadAmbiguousDefault failed with no error message.
//
// # Error encountered! Exiting...
// # Please check the error message and the flags.
Expand Down

0 comments on commit 987ac3c

Please sign in to comment.