Skip to content

Instantly share code, notes, and snippets.

@snluu
Created December 23, 2019 23:13
Show Gist options
  • Save snluu/4d5abd441817761bf91797f59bc3edda to your computer and use it in GitHub Desktop.
Save snluu/4d5abd441817761bf91797f59bc3edda to your computer and use it in GitHub Desktop.
type FileInfo* = object
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