Files
openide/python/testData/highlighting/jython/CallableStaticMethod.py
2013-04-17 17:23:23 +04:00

5 lines
76 B
Python

from java.util import Collections
x = Collections.emptyList()
s = x.size()