Added to a test

This commit is contained in:
2022-09-07 15:05:46 +01:00
parent 23fdec541d
commit 8f61575579

View File

@@ -38,4 +38,16 @@
}
//test dot calls
{
fn f() {
return 42;
}
var d = ["foo":f];
assert d.foo() == 42, "dot calls failed";
}
print "All good";