mirror of
https://github.com/nim-lang/Nim.git
synced 2026-05-03 20:44:46 +00:00
10
tests/deprecated/tmessages.nim
Normal file
10
tests/deprecated/tmessages.nim
Normal file
@@ -0,0 +1,10 @@
|
||||
discard """
|
||||
nimout:'''tmessages.nim(10, 1) Warning: Deprecated since v1.2.0, use 'HelloZ'; hello is deprecated [Deprecated]
|
||||
'''
|
||||
"""
|
||||
|
||||
proc hello[T](a: T) {.deprecated: "Deprecated since v1.2.0, use 'HelloZ'".} =
|
||||
discard
|
||||
|
||||
|
||||
hello[int](12)
|
||||
Reference in New Issue
Block a user