benchmarks: Reunited common functions for benches in a new shell file.
[nit.git] / tests / base_virtual_type3.nit
index e8df582..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 var _tab: nullable Array[E]
+       super A
+       var tab: nullable Array[E] writable
        init do end
 end