This commit is contained in:
Andreas Rumpf
2019-07-07 15:25:25 +02:00
committed by GitHub
parent 6a7f8e8ab5
commit bab1f67971
2 changed files with 10 additions and 1 deletions

View File

@@ -18,6 +18,7 @@ f3 10 15 25
true true
false true
world
typedescDefault
'''
"""
@@ -112,3 +113,8 @@ block:
echo pySubstr("Hello world", -5)
# bug #11660
func typedescDefault(T: typedesc; arg: T = 0) = debugEcho "typedescDefault"
typedescDefault(int)