X-Git-Url: http://nitlanguage.org diff --git a/tests/error_ret_fun.nit b/tests/error_ret_fun.nit index c5cf4fa..9f737ac 100644 --- a/tests/error_ret_fun.nit +++ b/tests/error_ret_fun.nit @@ -14,7 +14,9 @@ # See the License for the specific language governing permissions and # limitations under the License. -meth toto: Int +fun toto: Int do return end + +toto.output