2
0

Lib1.hx 164 B

1234567
  1. @:keep class Lib1
  2. {
  3. public static function test()
  4. {
  5. return { longInexistentName:true, otherName:true, yetAnotherName:true, fdskljdflskjf:true, xxy:true };
  6. }
  7. }