test: add comment for assert bug in fn_test
parent
3ca4f5fada
commit
830b1807c1
|
@ -141,6 +141,7 @@ fn test_anon_fn() {
|
||||||
}
|
}
|
||||||
f2res := f2(1)
|
f2res := f2(1)
|
||||||
println('f2res == $f2res')
|
println('f2res == $f2res')
|
||||||
|
// TODO/FIXME: assert bug? uncomment to see
|
||||||
// assert f2res == 10
|
// assert f2res == 10
|
||||||
|
|
||||||
high_fn(fn (x int) int {
|
high_fn(fn (x int) int {
|
||||||
|
|
Loading…
Reference in New Issue