If I write that, what is it as operator ? : ```ha...
# haxe
e
If I write that, what is it as operator ? :
Copy code
haxe
abstract Foo(Int) from Int{
  @:op( A ) function bar(){}
}