Foo.hx 90 B

1234
  1. class Foo {
  2. static public var a:Int;
  3. static public inline function bar():Int return a;
  4. }