// PrintChar class foo{} class PrintCharTest { Null foo() { printChar(new foo()); // 1/1 failure of clause 1 (type must be Int) printChar(2); //success } } 0