Added index and favicon.
[nit.git] / tests / base_attr_def.nit
index 693fe5d..17da0d3 100644 (file)
@@ -24,8 +24,8 @@ class Int
 end
 
 class Foo
-       readable writable var _a1: Int 
-       readable writable var _a2: Int
+       var a1: Int
+       var a2: Int
        fun run
        do
                a1.output
@@ -40,8 +40,8 @@ class Foo
 end
 
 class Bar
-special Foo
-       readable writable var _a3: Int 
+       super Foo
+       var a3: Int
        redef fun run
        do
                a1.output