Created
December 23, 2019 23:13
-
-
Save snluu/4d5abd441817761bf91797f59bc3edda to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
type FileInfo* = object |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import os | |
import fileinfo | |
# This next line has name collision | |
# var xs: seq[FileInfo] | |
# This next line causes the linter to bark | |
var xs: seq[fileinfo.FileInfo] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment