X-Git-Url: http://nitlanguage.org diff --git a/tests/error_star_type.nit b/tests/error_star_type.nit index 44eae7a..d93a114 100644 --- a/tests/error_star_type.nit +++ b/tests/error_star_type.nit @@ -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')