More aggressive block cache invalidation for declarations with type inference
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
// TRUE
|
||||
val o = object {
|
||||
fun test() {
|
||||
<caret>
|
||||
}
|
||||
}
|
||||
@@ -54,6 +54,10 @@ public class OutOfBlockModificationTest extends LightCodeInsightFixtureTestCase
|
||||
doTest();
|
||||
}
|
||||
|
||||
public void testInAntonymsObjectDeclaration() {
|
||||
doTest();
|
||||
}
|
||||
|
||||
public void testInPropertyWithFunctionLiteral() {
|
||||
doTest();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user