incompatible-combinations-fail.hxml.stderr 955 B

12345678
  1. IncompatibleCombinations.hx:5: characters 1-70 : The new() constraint cannot be combined with the struct constraint.
  2. IncompatibleCombinations.hx:8: characters 1-70 : The new() constraint cannot be combined with the struct constraint.
  3. IncompatibleCombinations.hx:11: characters 1-46 : The class constraint cannot be combined with the struct constraint.
  4. IncompatibleCombinations.hx:14: characters 1-46 : The class constraint cannot be combined with the struct constraint.
  5. IncompatibleCombinations.hx:18: characters 1-54 : The unmanaged constraint cannot be combined with the struct constraint.
  6. IncompatibleCombinations.hx:21: characters 1-54 : The unmanaged constraint cannot be combined with the struct constraint.
  7. IncompatibleCombinations.hx:24: characters 1-76 : The unmanaged constraint cannot be combined with the new() constraint.
  8. IncompatibleCombinations.hx:27: characters 1-76 : The unmanaged constraint cannot be combined with the new() constraint.