mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-28 08:54:53 +00:00
2
tests/stylecheck/fileinfo.nim
Normal file
2
tests/stylecheck/fileinfo.nim
Normal file
@@ -0,0 +1,2 @@
|
||||
# fileinfo.nim
|
||||
type FileInfo* = object
|
||||
@@ -15,3 +15,8 @@ template hello =
|
||||
doAssert iD == "string"
|
||||
|
||||
hello()
|
||||
|
||||
# bug #12955
|
||||
import os
|
||||
import fileinfo
|
||||
var xs: seq[fileinfo.FileInfo]
|
||||
|
||||
Reference in New Issue
Block a user