fix wrong test (unnecessary overload)

This commit is contained in:
Stepan Koltsov
2011-11-10 20:00:26 +04:00
parent d155de2bdc
commit 31b049893f
@@ -15,7 +15,7 @@ fun test(a : A?) {
a<!UNNECESSARY_SAFE_CALL!>?.<!>buzz() // warning
}
fun A.test() {
fun A.test2() {
foo()
bar()
buzz()