Resolution diagnostic improvement

#KT-1940 fixed
This commit is contained in:
Svetlana Isakova
2012-05-10 19:01:37 +04:00
parent e303c80868
commit 8d26629aff
5 changed files with 42 additions and 7 deletions
@@ -0,0 +1,8 @@
package a
fun foo(<!UNUSED_PARAMETER!>i<!>: Int, <!UNUSED_PARAMETER!>s<!>: String) {
}
fun test() {
foo(<!TYPE_MISMATCH!>""<!>, <!ERROR_COMPILE_TIME_VALUE!>1<!>, <!TOO_MANY_ARGUMENTS, UNRESOLVED_REFERENCE!>xx<!>)
}