WithDependency.hx 88 B

12345
  1. class WithDependency {
  2. public static function main() {
  3. trace(Dependency.get());
  4. }
  5. }