compile-fail.hxml.stderr 1.2 KB

123456789101112131415
  1. Main.hx:37: characters 2-54 : notAllowed: (private get, private set) property cannot be public
  2. Main.hx:47: characters 8-17 : This property cannot be accessed for writing
  3. Main.hx:50: characters 8-13 : This property cannot be accessed for writing
  4. Main.hx:55: characters 9-14 : This property cannot be accessed for reading
  5. Main.hx:59: characters 7-24 : This property cannot be accessed for writing
  6. Main.hx:64: characters 7-12 : This property cannot be accessed for writing
  7. Main.hx:65: characters 7-12 : This property cannot be accessed for reading
  8. Main.hx:67: characters 7-18 : This expression cannot be accessed for writing
  9. Main.hx:72: characters 7-10 : This property cannot be accessed for writing
  10. Main.hx:21: characters 3-26 : Main should be FooType
  11. Main.hx:21: characters 3-26 : ... Inconsistent getter for field foo : private get should be get
  12. Main.hx:24: characters 3-19 : FooPrivateGetType should be FooType
  13. Main.hx:24: characters 3-19 : ... Inconsistent getter for field foo : private get should be get
  14. Main.hx:106: characters 13-18 : Field width has different property access than in Shape: (get,private set) should be (private get,set)
  15. Main.hx:88: characters 13-18 : Field width has different property access than in PublicShape: (get,private set) should be (get,set)