lib/mnit: rename `Asset` to `MnitAsset` to fix conflict with `app::Asset`
[nit.git] / tests / warn_sig_par.nit
1 import kernel
2 fun foo() do end
3 fun bar(): Int do return 1