fix unnecessary wrong overload in test

This commit is contained in:
Stepan Koltsov
2011-11-12 16:54:27 +04:00
parent 594ab01b1f
commit 50c7364f6b
@@ -29,7 +29,7 @@ fun A.test2() {
this<!UNNECESSARY_SAFE_CALL!>?.<!>buzz() // warning
}
fun A?.test() {
fun A?.test3() {
<!UNSAFE_CALL!>foo<!>() // error
<!UNSAFE_CALL!>bar<!>() // error
buzz()