Suspend function calls highlighting added.

'If' highlighting fixed at settings sample area.

 #KT-27496 Fixed
This commit is contained in:
Vladimir Ilmov
2019-11-06 10:06:47 +03:00
committed by Vladimir Ilmov
parent 46423443e9
commit ab3f9586b3
7 changed files with 46 additions and 3 deletions
@@ -113,6 +113,11 @@ public class PerformanceHighlightingTestGenerated extends AbstractPerformanceHig
runTest("idea/testData/highlighter/SmartCast.kt");
}
@TestMetadata("Suspend.kt")
public void testSuspend() throws Exception {
runTest("idea/testData/highlighter/Suspend.kt");
}
@TestMetadata("SyntheticExtensionProperty.kt")
public void testSyntheticExtensionProperty() throws Exception {
runTest("idea/testData/highlighter/SyntheticExtensionProperty.kt");