c_src: update Makefile to compile on MacOSX
[nit.git] / tests / base_virtual_type3.nit
index 0f33aa8..6f66799 100644 (file)
 # 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
-special A
-       readable writable attr _tab: Array[E]
+       super A
+       var tab: nullable Array[E] writable
        init do end
 end