mirror of
https://github.com/github/codeql.git
synced 2026-02-19 08:23:45 +01:00
Merge remote-tracking branch 'origin/ql_gen' into ql_gen
This commit is contained in:
@@ -110,10 +110,7 @@ fn create_top_class() -> ql::Class {
|
||||
"getAFieldOrChild",
|
||||
false,
|
||||
Some(ql::Type::Normal("Top".to_owned())),
|
||||
vec![ql::FormalParameter {
|
||||
name: "i".to_owned(),
|
||||
r#type: ql::Type::Int,
|
||||
}],
|
||||
vec![],
|
||||
);
|
||||
ql::Class {
|
||||
name: "Top".to_owned(),
|
||||
|
||||
Reference in New Issue
Block a user