Suspend function calls highlighting added.
'If' highlighting fixed at settings sample area. #KT-27496 Fixed
This commit is contained in:
committed by
Vladimir Ilmov
parent
46423443e9
commit
ab3f9586b3
Generated
+5
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user