minor inconviniece ```beef class Foo {} public static void Bar(this Foo foo) {} public static mixin Bar(this Foo foo) {} Foo foo = scope .(); foo.Bar(); // works foo.Bar!(); // Cannot find mixin ```