Merge: tests: Test result update for `curl_http`
[nit.git] / tests / base_inline_nested.nit
index 44867dd..90d344a 100644 (file)
@@ -18,7 +18,7 @@ import kernel
 
 interface Inline__
        fun foo do bar.output
-       fun bar: Int = 2
+       fun bar: Int do return 2
        fun baz is abstract
 end