Changes in / [c47ca77:2bf7ef6]
- File:
-
- 1 edited
-
tests/.expect/completeTypeError.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tests/.expect/completeTypeError.txt
rc47ca77 r2bf7ef6 39 39 Name: y 40 40 41 completeTypeError.cfa:72:1 error: No re solvable alternatives for expression Applying untyped:41 completeTypeError.cfa:72:1 error: No reasonable alternatives for expression Applying untyped: 42 42 Name: baz 43 43 ...to: 44 44 Name: z 45 45 46 Alternatives with failing assertions are:47 Cost ( 0, 1, 0, 1, -5, 0 ): Application of48 Variable Expression: baz: forall49 T: sized object type50 ... with assertions51 ?=?: pointer to function52 ... with parameters53 reference to instance of type T (not function type)54 instance of type T (not function type)55 ... returning56 _retval__operator_assign: instance of type T (not function type)57 ... with attributes:58 Attribute with name: unused59 60 61 ?{}: pointer to function62 ... with parameters63 reference to instance of type T (not function type)64 ... returning nothing65 66 ?{}: pointer to function67 ... with parameters68 reference to instance of type T (not function type)69 instance of type T (not function type)70 ... returning nothing71 72 ^?{}: pointer to function73 ... with parameters74 reference to instance of type T (not function type)75 ... returning nothing76 77 78 function79 ... with parameters80 pointer to instance of type T (not function type)81 ... returning nothing82 83 ... to arguments84 Variable Expression: z: pointer to instance of type T (not function type)85 86 (types:87 void88 )89 Environment:( _73_0_T ) -> instance of type T (not function type) (no widening)90 91 92
Note:
See TracChangeset
for help on using the changeset viewer.