'it' parameter highlighting fixed for chain usage.
#KT-31037 Fixed
This commit is contained in:
committed by
Vladimir Ilmov
parent
fb9fb2e048
commit
46423443e9
Generated
+5
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user