Fixed bug: resolution task wasn't recreated
The old resolved calls were used
This commit is contained in:
@@ -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"
|
||||
}<!>
|
||||
}
|
||||
Reference in New Issue
Block a user