Ruby: Fix typo

This commit is contained in:
Tom Hvitved
2021-12-21 09:19:56 +01:00
committed by Harry Maclean
parent c3fd272f9b
commit ac9cac78bc

View File

@@ -1350,8 +1350,8 @@ module Trees {
final override ControlFlowTree getChildElement(int i) { result = this.getComponent(i) }
}
private class StringComponentComponentTree extends LeafTree, StringComponent {
StringComponentComponentTree() { not this instanceof StringInterpolationComponent }
private class StringComponentTree extends LeafTree, StringComponent {
StringComponentTree() { not this instanceof StringInterpolationComponent }
}
private class ToplevelTree extends BodyStmtTree, Toplevel {