syntax: 'meth' -> 'fun', 'attr' -> 'var'
[nit.git] / tests / error_star_type.nit
index 44eae7a..d93a114 100644 (file)
@@ -14,5 +14,5 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-meth toto(a: Int...) do end
+fun toto(a: Int...) do end
 toto(4,'5')