mirror of
https://github.com/github/codeql.git
synced 2026-04-30 03:05:15 +02:00
Ruby: ensure Object is a transitive superclass
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user