X-Git-Url: http://nitlanguage.org diff --git a/tests/error_ret_type.nit b/tests/error_ret_type.nit index 562b740..18f7808 100644 --- a/tests/error_ret_type.nit +++ b/tests/error_ret_type.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 '4' end + +(toto+1).output