tused2.nim 990 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. discard """
  2. matrix: "--hint:all:off --hint:XDeclaredButNotUsed --path:."
  3. joinable: false
  4. nimoutFull: true
  5. nimout: '''
  6. mused2a.nim(12, 6) Hint: 'fn1' is declared but not used [XDeclaredButNotUsed]
  7. mused2a.nim(16, 5) Hint: 'fn4' is declared but not used [XDeclaredButNotUsed]
  8. mused2a.nim(20, 7) Hint: 'fn7' is declared but not used [XDeclaredButNotUsed]
  9. mused2a.nim(23, 6) Hint: 'T1' is declared but not used [XDeclaredButNotUsed]
  10. mused2a.nim(1, 11) Warning: imported and not used: 'strutils' [UnusedImport]
  11. mused2a.nim(3, 9) Warning: imported and not used: 'os' [UnusedImport]
  12. mused2a.nim(5, 23) Warning: imported and not used: 'typetraits2' [UnusedImport]
  13. mused2a.nim(6, 9) Warning: imported and not used: 'setutils' [UnusedImport]
  14. tused2.nim(42, 8) Warning: imported and not used: 'mused2a' [UnusedImport]
  15. tused2.nim(45, 11) Warning: imported and not used: 'strutils' [UnusedImport]
  16. '''
  17. """
  18. # line 40
  19. import mused2a
  20. import mused2b
  21. import std/strutils
  22. baz()