Merge: doc: fixed some typos and other misc. corrections
[nit.git] / tests / error_fun_ret4.nit
index d562c57..bccb2e8 100644 (file)
 # 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