summary refs log tree commit diff stats
path: root/tests/misc/tlambdadonotation.nim
Commit message (Expand)AuthorAgeFilesLines
* fix #11812 (#11829)Arne Döring2019-07-271-0/+78
oang/Nim/commit/tests/modules/texport2.nim?h=devel&id=590461d88a5cff9679b2dcb421990b9a32a94529'>590461d88 ^
9500dfcc2 ^
1
2
3
4
5
6
7
8
9
10
11
                  








                                                                             
      
# bug #1595, #1612

import mexport2a

proc main() =
  echo "Import Test, two lines should follow. One with abc and one with xyz."
  printAbc()
  printXyz()

main()
foo(3)