mirror of
https://github.com/github/codeql.git
synced 2026-05-02 20:25:13 +02:00
Ruby: Fix typo
This commit is contained in:
committed by
Harry Maclean
parent
c3fd272f9b
commit
ac9cac78bc
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user