[Nice-commit] Nice/testsuite/compiler/overloading specificity.testsuite,1.6,1.7
Brought to you by:
bonniot
From: Daniel B. <bo...@us...> - 2004-09-15 00:47:43
|
Update of /cvsroot/nice/Nice/testsuite/compiler/overloading In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6980/testsuite/compiler/overloading Modified Files: specificity.testsuite Log Message: Take into account nullness when find which method an implementation belongs to. Always report the precise pattern that prevents an implementation from belonging to a method, when there is no ambiguity about which method is concerned. Index: specificity.testsuite =================================================================== RCS file: /cvsroot/nice/Nice/testsuite/compiler/overloading/specificity.testsuite,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** specificity.testsuite 22 Jul 2004 12:40:42 -0000 1.6 --- specificity.testsuite 15 Sep 2004 00:47:31 -0000 1.7 *************** *** 119,123 **** void foo(B x) {} ! /// PASS bug assert foo(null) == null; let String s = foo("abc"); --- 119,123 ---- void foo(B x) {} ! /// PASS assert foo(null) == null; let String s = foo("abc"); |