tests: error_syntax errors on `? now
[nit.git] / contrib / neo_doxygen / src / model / location.nit
index d5f3727..4e58af0 100644 (file)
 # This module is used to model locations in source files.
 module location
 
-import json::static
 import json
 
 # A location inside a source file.
 class Location
-       super Jsonable
+       super Serializable
 
        # The file’s path.
        var path: nullable String = null is writable