mirror of
https://github.com/github/codeql.git
synced 2026-05-01 19:55:15 +02:00
Python: Add TypeTracker::end()
Copied from JS
This commit is contained in:
@@ -280,3 +280,10 @@ class TypeTracker extends TTypeTracker {
|
||||
result = this
|
||||
}
|
||||
}
|
||||
|
||||
module TypeTracker {
|
||||
/**
|
||||
* Gets a valid end point of type tracking.
|
||||
*/
|
||||
TypeTracker end() { result.end() }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user