blob: 225701be5710a5ee322b5fb90e5abf4356233ab8 [file] [log] [blame]
// Method to test: function(foo)
foo(a) => a ~/ 13;
main() {
print(foo.toString());
print(foo(5));
print(foo(100));
}