source: tests/.expect/completeTypeError.txt @ c274df2

ADTarm-ehast-experimentalcleanup-dtorsenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
Last change on this file since c274df2 was 980aa4a, checked in by Peter A. Buhr <pabuhr@…>, 5 years ago

update expected output

  • Property mode set to 100644
File size: 2.4 KB
RevLine 
[07ec1a2]1completeTypeError.cfa:33:1 error: No reasonable alternatives for expression Applying untyped:
[0f35657]2  Name: *?
[07ec1a2]3...to:
[0f35657]4  Name: v
5
[07ec1a2]6completeTypeError.cfa:34:1 error: No reasonable alternatives for expression Applying untyped:
[4d5e57b]7  Name: *?
[07ec1a2]8...to:
[4d5e57b]9  Name: y
10
[07ec1a2]11completeTypeError.cfa:35:1 error: No reasonable alternatives for expression Applying untyped:
[4d5e57b]12  Name: foo
[07ec1a2]13...to:
[4d5e57b]14  Name: v
[0f35657]15
[07ec1a2]16completeTypeError.cfa:36:1 error: No reasonable alternatives for expression Applying untyped:
[2c57025]17  Name: baz
[07ec1a2]18...to:
[2c57025]19  Name: v
20
[07ec1a2]21completeTypeError.cfa:37:1 error: No reasonable alternatives for expression Applying untyped:
[2c57025]22  Name: quux
[07ec1a2]23...to:
[2c57025]24  Name: v
25
[07ec1a2]26completeTypeError.cfa:58:1 error: No reasonable alternatives for expression Applying untyped:
[2c57025]27  Name: baz
[07ec1a2]28...to:
[2c57025]29  Name: y
30
[07ec1a2]31completeTypeError.cfa:59:1 error: No reasonable alternatives for expression Applying untyped:
[2c57025]32  Name: quux
[07ec1a2]33...to:
[2c57025]34  Name: y
35
[07ec1a2]36completeTypeError.cfa:60:1 error: No reasonable alternatives for expression Applying untyped:
[0f35657]37  Name: *?
[07ec1a2]38...to:
[0f35657]39  Name: y
40
[c9aba81]41completeTypeError.cfa:72:1 error: No resolvable alternatives for expression Applying untyped:
[2c57025]42  Name: baz
[07ec1a2]43...to:
[2c57025]44  Name: z
45
[c9aba81]46Alternatives with failing assertions are:
[3e7c323]47Cost ( 0, 1, 0, 0, 1, -5, 0 ): Application of
[c9aba81]48     Variable Expression: baz: forall
49       T: sized object type
50       ... with assertions
51         ?=?: pointer to function
52         ... with parameters
53           reference to instance of type T (not function type)
54           instance of type T (not function type)
55         ... returning
56           _retval__operator_assign: instance of type T (not function type)
57           ... with attributes:
58             Attribute with name: unused
59
60
61         ?{}: pointer to function
62         ... with parameters
63           reference to instance of type T (not function type)
64         ... returning nothing
65
66         ?{}: pointer to function
67         ... with parameters
68           reference to instance of type T (not function type)
69           instance of type T (not function type)
70         ... returning nothing
71
72         ^?{}: pointer to function
73         ... with parameters
74           reference to instance of type T (not function type)
75         ... returning nothing
76
77
78       function
79     ... with parameters
80       pointer to instance of type T (not function type)
81     ... returning nothing
82
83   ... to arguments
84     Variable Expression: z: pointer to instance of type T (not function type)
85
86 (types:
87   void
88 )
[980aa4a]89 Environment:( _99_0_T ) -> instance of type T (not function type) (no widening)
[c9aba81]90
91
92
Note: See TracBrowser for help on using the repository browser.