X-Git-Url: http://nitlanguage.org diff --git a/tests/base_sig_inh.nit b/tests/base_sig_inh.nit index cc0bc43..76a24c1 100644 --- a/tests/base_sig_inh.nit +++ b/tests/base_sig_inh.nit @@ -15,6 +15,7 @@ # limitations under the License. import kernel +#alt1#import array class A fun f0 is abstract @@ -25,7 +26,7 @@ class A end class B -special A + super A redef fun f0 do 0.output redef fun f1(a: Int, b: Int) do (a+b).output redef fun f2(a,b) do (a+b).output