mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
test: add comment for assert bug in fn_test
This commit is contained in:
@@ -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 {
|
||||||
|
Reference in New Issue
Block a user