Warning: session_start(): open(/var/lib/php/sessions/sess_9svrvrd0odjdnupkuoqt4tfpnf, 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
set flag typeConversionScore_debug. svoid test_newPreciseCall() { class X { long x(long x) { ret x+1; } long y(long x) { ret x+1; } long y(int x) { ret x+2; } } set newPreciseCall_debug; assertEqualsVerbose(6L, newPreciseCall(new X, "x", 5)); assertEqualsVerbose(2L, newPreciseCall(new X, "x", 1L)); assertEqualsVerbose(7L, newPreciseCall(new X, "y", 5)); assertEqualsVerbose(2L, newPreciseCall(new X, "y", 1L)); }