syntax: error on hidden module gives the right module
[nit.git] / lib / standard / time.nit
index 043d075..195157f 100644 (file)
 # You  are  allowed  to  redistribute it and sell it, alone or is a part of
 # another product.
 
+# Manage time and dates
 package time
 
 import kernel
 
 redef class Object
-       protected meth get_time: Int is extern "kernel_Any_Any_get_time_0"
+       protected fun get_time: Int is extern "kernel_Any_Any_get_time_0"
 end