Main2.hx 51 B

123
  1. enum abstract A(Int) {
  2. public private var x = 1;
  3. }