X-Git-Url: http://nitlanguage.org diff --git a/tests/error_unk_class.nit b/tests/error_unk_class.nit index 4d9517f..76ec29d 100644 --- a/tests/error_unk_class.nit +++ b/tests/error_unk_class.nit @@ -1,7 +1,5 @@ # This file is part of NIT ( http://www.nitlanguage.org ). # -# Copyright 2004-2008 Jean Privat -# # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at @@ -14,5 +12,9 @@ # See the License for the specific language governing permissions and # limitations under the License. -var i = new Canard +var i +i = new Fail +i = new Boolean +i = new ListNode +i = new POSet i.output