Files

3 lines
100 B
Python

def foo():
<warning descr="'import *' only allowed at module level">from sys import *</warning>