Ruby: ensure Object is a transitive superclass

This commit is contained in:
Asger F
2022-10-21 15:18:59 +02:00
parent 3fd2b9ad7b
commit 84ae17dcbb
7 changed files with 44 additions and 10 deletions

View File

@@ -6,3 +6,7 @@ end
class UnresolvedNamespace::Subclass2 < UnresolvedNamespace::Subclass1
end
# Ensure Object is a transitive superclass of this
class UnresolvedNamespace::A < UnresolvedNamespace::B
end