Skip to content
Snippets Groups Projects
Commit 9847f11c authored by Martin Stjernholm's avatar Martin Stjernholm
Browse files

Some strange type bug..

Rev: src/testsuite.in:1.241
parent 28236969
No related branches found
No related tags found
No related merge requests found
test_true([["$Id: testsuite.in,v 1.240 1999/11/27 13:59:17 mast Exp $"]]);
test_true([["$Id: testsuite.in,v 1.241 1999/11/27 14:48:25 mast Exp $"]]);
cond([[all_constants()->_verify_internals]],
[[
......@@ -80,6 +80,11 @@ test_any([[function(:string)|function(mixed, mixed ...:int) f;
return typeof(f(1)); ]],
"int")
test_compile_any([[
constant FOO = 0;
mapping(int:string) foo = ([FOO: "foo"]);
]])
test_any([[return class Z {
string bonk() { return "oiff"; }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment