'it' parameter highlighting fixed for chain usage.

#KT-31037 Fixed
This commit is contained in:
Vladimir Ilmov
2019-11-08 17:40:13 +03:00
committed by Vladimir Ilmov
parent fb9fb2e048
commit 46423443e9
6 changed files with 35 additions and 12 deletions
@@ -33,6 +33,11 @@ public class PerformanceHighlightingTestGenerated extends AbstractPerformanceHig
runTest("idea/testData/highlighter/Annotations.kt");
}
@TestMetadata("AutoCreatedItParameter.kt")
public void testAutoCreatedItParameter() throws Exception {
runTest("idea/testData/highlighter/AutoCreatedItParameter.kt");
}
@TestMetadata("Destructuring.kt")
public void testDestructuring() throws Exception {
runTest("idea/testData/highlighter/Destructuring.kt");