Fixed bug: resolution task wasn't recreated

The old resolved calls were used
This commit is contained in:
Svetlana Isakova
2014-04-28 08:56:53 +04:00
parent a57b4f6459
commit 808cf75060
3 changed files with 17 additions and 1 deletions
@@ -0,0 +1,10 @@
package p
class X<V>(provider: () -> V, trackValue: Boolean) {
}
class B {
val c = <!NO_VALUE_FOR_PARAMETER!>X<!><String> <!TYPE_MISMATCH!>{
"e"
}<!>
}