1
1
mirror of https://github.com/github/semantic.git synced 2024-11-28 10:15:55 +03:00

Import statement test fixture

This commit is contained in:
Rick Winfrey 2017-06-06 17:10:42 -07:00
parent 1ae5f37bf6
commit a00ca46065
2 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,2 @@
import a, b
import b.c as d

View File

@ -0,0 +1,3 @@
import b, a
import a.c as e