mirror of
https://github.com/github/codeql.git
synced 2025-12-18 01:33:15 +01:00
revert bad nomagic
This commit is contained in:
@@ -263,7 +263,6 @@ module Value {
|
||||
* object of that name.
|
||||
* For example `Value::named("len")` is the `Value` representing the `len` built-in function.
|
||||
*/
|
||||
pragma[nomagic]
|
||||
Value named(string name) {
|
||||
exists(string modname, string attrname | name = modname + "." + attrname |
|
||||
result = Module::named(modname).attr(attrname)
|
||||
|
||||
Reference in New Issue
Block a user