blob: cfced6fb8d921e43d4a80e32272b49c904f8ffe7 [file] [log] [blame]
class Baze
def f1
end
end
class Chyld < Baze
def f2
end
end