jimmifett

Results 1 issues of jimmifett

within an interface, the 'default' keyword gets squished against the next keyword: ``` interface{ public default void function someMethod(){ } } ``` becomes ``` interface{ public defaultvoid function someMethod(){ }...