test: add comment for assert bug in fn_test

pull/4550/head
joe-conigliaro 2020-04-22 18:47:46 +10:00
parent 3ca4f5fada
commit 830b1807c1
No known key found for this signature in database
GPG Key ID: C12F7136C08206F1
1 changed files with 1 additions and 0 deletions

View File

@ -141,6 +141,7 @@ fn test_anon_fn() {
}
f2res := f2(1)
println('f2res == $f2res')
// TODO/FIXME: assert bug? uncomment to see
// assert f2res == 10
high_fn(fn (x int) int {