metamodel: rename 'universal' to 'enum'
[nit.git] / src / location.nit
index 3d2a5fd..c6e4dee 100644 (file)
@@ -17,7 +17,7 @@
 package location
 
 class Location
-special Comparable
+       super Comparable
        redef type OTHER: Location
 
        readable var _file: String