X-Git-Url: http://nitlanguage.org diff --git a/tests/error_fun_ret4.nit b/tests/error_fun_ret4.nit index d562c57..bccb2e8 100644 --- a/tests/error_fun_ret4.nit +++ b/tests/error_fun_ret4.nit @@ -14,10 +14,12 @@ # See the License for the specific language governing permissions and # limitations under the License. -meth toto: Int +fun toto: Int do while true do return 1 end end + +toto.output