From: Jean Privat Date: Fri, 25 Nov 2011 14:17:30 +0000 (-0500) Subject: icode: add automatic tests for virtual type parameters in methods X-Git-Tag: v0.5~36^2~1 X-Git-Url: http://nitlanguage.org?hp=11398e77f984b721eda088cec034e7e9af7528d4 icode: add automatic tests for virtual type parameters in methods Tests are added by the method generate_empty_iroutine of MMSignature Not that tests are systematic even in the safe case (call on self). Some unsafe places remain, like parameters in closure definitions or in unsafe assignments. test_variance_params is updated to reflect the fix. Signed-off-by: Jean Privat ---