mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-28 17:04:41 +00:00
7 lines
179 B
Nim
7 lines
179 B
Nim
|
|
# the module being the same name as the proc
|
|
# is a requirement to trigger the error
|
|
import mmodule_same_proc_client
|
|
|
|
proc bar*[T](foo: T): bool = foo.mmodule_same_proc_client()
|