micropython: add micropython component
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
# test using the name "super" as a local variable
|
||||
|
||||
class A:
|
||||
def foo(self):
|
||||
super = [1, 2]
|
||||
super.pop()
|
||||
print(super)
|
||||
|
||||
A().foo()
|
Reference in New Issue
Block a user