Call Resolver: Report UNRESOLVED_REFERENCE instead of EXPRESSION_EXPECTED_PACKAGE_FOUND when callee expession is resolved to package

This commit is contained in:
Alexey Sedunov
2014-10-07 18:16:33 +04:00
parent 77a5ddbcd0
commit c73c581b11
3 changed files with 7 additions and 4 deletions
@@ -1,6 +1,8 @@
package to
import a.a
fun f(i: a.a) {
a.a
a.a()
a()
}