typhoid / apparat

Automatically exported from code.google.com/p/apparat
0 stars 0 forks source link

Macro and Inline Expansion should fail if a method contains subtraits #23

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
If a Method which is already part of a TraitMethod contains subtraits we should 
fail in Macro- and InlineExpansion.

This could lead to severe bugs if anyone write code like

{{{
public function someMacro(): void { const x: int = 0; }//<- which slot do we 
have to set now?
}}}

Original issue reported on code.google.com by joaebert on 14 Jul 2010 at 3:17

GoogleCodeExporter commented 9 years ago

Original comment by joaebert on 6 Oct 2010 at 10:15