mirror of
https://github.com/nim-lang/Nim.git
synced 2026-06-04 10:54:42 +00:00
make memoization test compile again
This commit is contained in:
@@ -8,7 +8,7 @@ import strutils
|
||||
proc foo(s: static[string]): string =
|
||||
static: echo s
|
||||
|
||||
const R = s.toUpper
|
||||
const R = s.toUpperAscii
|
||||
return R
|
||||
|
||||
echo foo("test 1")
|
||||
|
||||
Reference in New Issue
Block a user