code: remove `protected` from top-level methods (now in sys)
[nit.git] / tests / galerie.nit
index 9260d19..3cbaa2b 100644 (file)
@@ -19,7 +19,7 @@
 import kernel
 
 class Client
-       var _credit: Int
+       var credit: Int
        
        fun regarde(t: Tableau)
        do