Deal with using and such: ``` using Lambda; interface TFoo implements ITrait { function bar(a:Iterable<String>) return a.has("foo"); } class MyFoo implements TFoo {} ```
Deal with using and such: