X-Git-Url: http://nitlanguage.org diff --git a/tests/base_virtual_type3.nit b/tests/base_virtual_type3.nit index c2794fe..6f66799 100644 --- a/tests/base_virtual_type3.nit +++ b/tests/base_virtual_type3.nit @@ -14,12 +14,12 @@ # See the License for the specific language governing permissions and # limitations under the License. -import base_virtual_type2 import array +import base_virtual_type2 class C super A - readable writable var _tab: nullable Array[E] + var tab: nullable Array[E] writable init do end end