diff --git a/src/lib/eo/eo_override.eo b/src/lib/eo/eo_override.eo index 77cc05ff83..c9e7429cf2 100644 --- a/src/lib/eo/eo_override.eo +++ b/src/lib/eo/eo_override.eo @@ -1,4 +1,8 @@ abstract Eo.Override () { + [[A special class to pass to #eo_super() when using @Eo.Base.override + + Shouldn't be inherited from or anything of this sort. + ]] data: null; }