mirror of
https://github.com/github/codeql.git
synced 2026-02-19 16:33:40 +01:00
Add AST classes and tests for method calls
This commit is contained in:
@@ -80,7 +80,7 @@ class DoBlock extends Block, @do_block {
|
||||
|
||||
final override string getAPrimaryQlClass() { result = "DoBlock" }
|
||||
|
||||
final override string toString() { result = "| ... |" }
|
||||
final override string toString() { result = "do ... end" }
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user