You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Do not enter local scopes in python
* Revert wronge change
* Fixed testGlobal
* Fixed testVarsAndFields
* Fixed testNonLocal
---------
Co-authored-by: Christian Banse <[email protected]>
Copy file name to clipboardExpand all lines: cpg-language-python/src/test/kotlin/de/fraunhofer/aisec/cpg/frontends/python/statementHandler/StatementHandlerTest.kt
+2-8
Original file line number
Diff line number
Diff line change
@@ -251,16 +251,10 @@ class StatementHandlerTest : BaseTest() {
251
251
var globalC = cVariables.firstOrNull { it.scope == pythonGlobalScope }
0 commit comments