mirror of
https://github.com/github/codeql.git
synced 2025-12-20 10:46:30 +01:00
Python: test for getASuccessor
also align test names
This commit is contained in:
@@ -156,9 +156,9 @@ newtype TDataFlowType =
|
||||
|
||||
class DataFlowType extends TDataFlowType {
|
||||
/**
|
||||
* No representation yet
|
||||
* Gets a string representation of the data flow type.
|
||||
*/
|
||||
string toString() { none() }
|
||||
string toString() { result = "DataFlowType" }
|
||||
}
|
||||
|
||||
/** A node that performs a type cast. */
|
||||
|
||||
Reference in New Issue
Block a user