Files
openide/python/testData/highlighting/importStarAtTopLevel.py
2011-09-12 18:20:08 +02:00

3 lines
100 B
Python

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