Minor. Suppressed test for KT-9204.
This commit is contained in:
@@ -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()
|
||||
}
|
||||
@@ -5,7 +5,7 @@ class a {
|
||||
}
|
||||
}
|
||||
|
||||
<selection>fun f(i: a) {
|
||||
<selection>fun f(i: a) { // todo must be i: a
|
||||
a
|
||||
a()
|
||||
}</selection>
|
||||
Reference in New Issue
Block a user