Skip to content

Commit

Permalink
Added reproduction for #122
Browse files Browse the repository at this point in the history
  • Loading branch information
vdka committed Feb 24, 2018
1 parent 4dc12c0 commit 3df891f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
7 changes: 7 additions & 0 deletions code/bugs/open/issue122/a.kai
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@

#import "b.kai" _
#import "c.kai" _
main :: fn() -> void {
z := ent
}

1 change: 1 addition & 0 deletions code/bugs/open/issue122/b.kai
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ent :: 1
1 change: 1 addition & 0 deletions code/bugs/open/issue122/c.kai
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ent :: 2

0 comments on commit 3df891f

Please sign in to comment.