1
1
mirror of https://github.com/github/semantic.git synced 2024-12-22 14:21:31 +03:00
semantic/test/fixtures/python/analysis/main2.py

6 lines
58 B
Python
Raw Normal View History

2018-03-10 01:02:06 +03:00
from a import *
from b.c import baz as bar
foo(1)
bar(1)