Warning: session_start(): open(/var/lib/php/sessions/sess_oklq2bcimtde5boio43v389cvl, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51
Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
svoid test_str_shortenSynthetic() {
testFunctionValues str_shortenSynthetic(
(IF1) x -> x, "Synthetic instance of interface IF1",
"bla", "bla",
null, "null",
new IF1 { public O get(O o) { ret o; } toString { ret "test"; } }, "test",
);
}