1
1
mirror of https://github.com/github/semantic.git synced 2024-12-01 00:33:59 +03:00
semantic/test/fixtures/python/analysis/main2.py
2018-03-09 14:02:06 -08:00

6 lines
58 B
Python

from a import *
from b.c import baz as bar
foo(1)
bar(1)