compile2-fail.hxml.stderr 1.1 KB

123456789101112131415161718
  1. "0_variable" is not a valid variable name.
  2. Main2.hx:6: characters 3-32 : ... Called from macro here
  3. "var" is not a valid variable name.
  4. Main2.hx:7: characters 3-25 : ... Called from macro here
  5. "new" is not a valid variable name.
  6. Main2.hx:8: characters 3-25 : ... Called from macro here
  7. "foo \"\t\n" is not a valid variable name.
  8. Main2.hx:9: characters 3-32 : ... Called from macro here
  9. "0_catchVariable" is not a valid catch variable name.
  10. Main2.hx:10: characters 3-25 : ... Called from macro here
  11. "0_function" is not a valid function name.
  12. Main2.hx:11: characters 3-24 : ... Called from macro here
  13. "0_argument" is not a valid function argument name.
  14. Main2.hx:12: characters 3-32 : ... Called from macro here
  15. Main2.hx:13: characters 3-27 : Unknown identifier : 0_patternVariable, pattern variables must be lower-case or with `var ` prefix
  16. Main2.hx:14: characters 3-23 : "0_forVariable" is not a valid for variable name.
  17. Main2.hx:15: characters 3-31 : "0_forVariableKey" is not a valid for variable name.
  18. Main2.hx:15: characters 3-31 : "0_forVariableValue" is not a valid for variable name.