Minor. Suppressed test for KT-9204.

This commit is contained in:
Stanislav Erokhin
2015-09-18 12:27:10 +03:00
parent 40c7c14aa7
commit 8a0f175135
7 changed files with 10 additions and 6 deletions
@@ -1,8 +1,9 @@
// ERROR: Unresolved reference: a
package to
import a.a
fun f(i: a) {
fun f(i: a.a) { // todo must be i: a
a
a()
}
+1 -1
View File
@@ -5,7 +5,7 @@ class a {
}
}
<selection>fun f(i: a) {
<selection>fun f(i: a) { // todo must be i: a
a
a()
}</selection>