mirror of
https://github.com/nim-lang/Nim.git
synced 2026-08-27 17:11:40 +00:00
fixes distinct dup
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
discard """
|
||||
output: '''
|
||||
copy!
|
||||
copy!
|
||||
3
|
||||
2
|
||||
1'''
|
||||
'''
|
||||
"""
|
||||
|
||||
type Foo = distinct int
|
||||
|
||||
Reference in New Issue
Block a user