Merge: doc: fixed some typos and other misc. corrections
[nit.git] / tests / base_inline.nit
index e684f95..1f31600 100644 (file)
@@ -18,7 +18,7 @@ import kernel
 
 interface Inline__
        fun foo do 1.output
-       fun bar: Int = 2
+       fun bar: Int do return 2
 end
 
 class A