mirror of
https://github.com/nim-lang/Nim.git
synced 2026-08-23 23:21:42 +00:00
Update tests/range/timplicitrangedownsizing3.nim
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -4,4 +4,8 @@ discard """
|
||||
|
||||
proc foo(x: range[0..100]) = discard
|
||||
|
||||
foo(12)
|
||||
foo(12)
|
||||
|
||||
proc bar(x: float) = discard
|
||||
|
||||
bar(12.0)
|
||||
Reference in New Issue
Block a user