1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51
|
errortest.asy: 12.4: no matching variable 'x.y'
errortest.asy: 16.11: no matching variable of name 'z'
errortest.asy: 20.3: no matching variable 'x'
errortest.asy: 27.3: no type of name 'x'
errortest.asy: 27.5: no default initializer for type '<error>'
errortest.asy: 28.3: no type of name 'x'
errortest.asy: 29.3: no type of name 'x'
errortest.asy: 30.10: no type of name 'x'
errortest.asy: 32.5: no type of name 'x'
errortest.asy: 32.7: no default initializer for type '<error>'
errortest.asy: 33.5: no type of name 'x'
errortest.asy: 34.5: no type of name 'x'
errortest.asy: 35.12: no type of name 'x'
errortest.asy: 41.4: no matching variable 'x.y'
errortest.asy: 48.6: no matching variable 'm.u.v'
errortest.asy: 55.12: no matching field of name 'z' in 'm'
errortest.asy: 62.4: no matching variable 'm.z'
errortest.asy: 75.4: no matching field or type of name 'u' in 'm'
errortest.asy: 75.7: no default initializer for type '<error>'
errortest.asy: 77.5: no matching field or type of name 'u' in 'm'
errortest.asy: 77.8: no default initializer for type '<error>'
errortest.asy: 84.3: expression cannot be used as an address
errortest.asy: 89.3: use of variable 'f' is ambiguous
errortest.asy: 91.4: use of variable 'm.f' is ambiguous
errortest.asy: 97.11: array initializer used for non-array
errortest.asy: 98.12: array initializer used for non-array
errortest.asy: 103.4: no matching variable 'f.m'
errortest.asy: 108.4: no matching variable 'x.m'
errortest.asy: 116.12: no matching field of name 'z' in 'point'
errortest.asy: 124.4: no matching variable 'p.z'
errortest.asy: 132.4: use of variable 'p.f' is ambiguous
errortest.asy: 140.4: no matching variable 'p.z'
errortest.asy: 151.4: no matching function 'f()'
errortest.asy: 152.4: no matching function 'f(string)'
errortest.asy: 160.4: cannot call 'void f(int)' without parameters
errortest.asy: 168.7: no matching function 'operator +(point)'
errortest.asy: 173.10: types in conditional expression do not match
errortest.asy: 178.10: type of conditional expression is ambiguous
errortest.asy: 183.5: cannot convert 'int()' to 'int' in assignment
errortest.asy: 188.5: assignment is ambiguous
errortest.asy: 194.24: function must return a value
errortest.asy: 200.11: type 'int' is not a structure
errortest.asy: 209.3: allocation of struct 'b' is not in a valid scope
errortest.asy: 219.3: break statement outside of a loop
errortest.asy: 223.3: continue statement outside of a loop
errortest.asy: 228.5: function cannot return a value
errortest.asy: 234.5: function must return a value
errortest.asy: 241.11: function must return a value
errortest.asy: 244.11: function must return a value
errortest.asy: 290.3: built-in functions cannot be modified
errortest.asy: 298.18: cannot cast 'string' to 'int'
|