nitdoc: disable an `assert` broken by recent merges
[nit.git] / src / metamodel / virtualtype.nit
index 527f20e..323c37b 100644 (file)
@@ -26,7 +26,7 @@ redef class MMGlobalProperty
 end
 
 # Virtual type properties
-class MMTypeProperty
+abstract class MMTypeProperty
        super MMLocalProperty
        # The virtual static type associated
        fun stype_for(recv: MMType): nullable MMVirtualType