X-Git-Url: http://nitlanguage.org diff --git a/src/mmloader.nit b/src/mmloader.nit index c63455f..9a6eeb1 100644 --- a/src/mmloader.nit +++ b/src/mmloader.nit @@ -24,7 +24,7 @@ import opts import location class Message -special Comparable + super Comparable redef type OTHER: Message readable var _location: nullable Location @@ -49,7 +49,7 @@ end # Global context for tools class ToolContext -special MMContext + super MMContext # Number of errors readable var _error_count: Int = 0