mirror of
https://github.com/nim-lang/Nim.git
synced 2026-08-28 01:21:40 +00:00
* fixes #20139; hash types based on its path relative its project * add a test case * fixes procs * better implementation and test case --------- Co-authored-by: Andreas Rumpf <rumpf_a@web.de>
5 lines
61 B
Nim
5 lines
61 B
Nim
type MyObj* = object
|
|
s*: string
|
|
field1*: int
|
|
ch*: char
|