mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-20 06:20:38 +00:00
close #6731 by writing a test case
This commit is contained in:
2
tests/misc/modulea.nim
Normal file
2
tests/misc/modulea.nim
Normal file
@@ -0,0 +1,2 @@
|
||||
type modulea* = object
|
||||
a: int
|
||||
3
tests/misc/tmodulea.nim
Normal file
3
tests/misc/tmodulea.nim
Normal file
@@ -0,0 +1,3 @@
|
||||
from modulea import modulea
|
||||
|
||||
#bug #6731
|
||||
Reference in New Issue
Block a user