@@ -196,12 +196,12 @@ calls/calls.rb:
196196# 124| getStmt: [ClassDeclaration] MyClass2
197197# 124| getSuperclassExpr: [MethodCall] call to foo
198198# 124| getReceiver: [ConstantReadAccess] X
199- # 128| getStmt: [ClassDeclaration ] class << ...
199+ # 128| getStmt: [SingletonClass ] class << ...
200200# 128| getValue: [MethodCall] call to foo
201201# 128| getReceiver: [Self] self
202202# 129| getStmt: [MethodCall] call to bar
203203# 129| getReceiver: [Self] self
204- # 131| getStmt: [ClassDeclaration ] class << ...
204+ # 131| getStmt: [SingletonClass ] class << ...
205205# 131| getValue: [MethodCall] call to foo
206206# 131| getReceiver: [ConstantReadAccess] X
207207# 132| getStmt: [MethodCall] call to bar
@@ -735,7 +735,7 @@ modules/classes.rb:
735735# 40| getAnOperand/getLeftOperand: [LocalVariableAccess] x
736736# 40| getAnOperand/getRightOperand: [StringLiteral] "hello"
737737# 40| getComponent: [StringTextComponent] hello
738- # 41| getStmt: [ClassDeclaration ] class << ...
738+ # 41| getStmt: [SingletonClass ] class << ...
739739# 41| getValue: [LocalVariableAccess] x
740740# 42| getStmt: [Method] length
741741# 43| getStmt: [MulExpr] ... * ...
0 commit comments