package com.hurlant.eval.abc { public class ABCTrait { /* FIXME #101: super not implemented; subclasses must do implementation themselves; the constructor must not be defined here (for the sake of AS3). */ /* function ABCTrait(name, kind) { this.name = name; this.kind = kind; } */ } }