Fix handling non ctor elements in SECONDARY_CONSTRUCTOR_DELEGATION_CALL
#KT-45339 Fixed
This commit is contained in:
committed by
Space
parent
3d236b7171
commit
8068a5439f
Generated
+5
@@ -69,6 +69,11 @@ public class PerformanceHighlightingTestGenerated extends AbstractPerformanceHig
|
||||
runTest("idea/testData/highlighter/Functions.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("InaccessibleExpression.kt")
|
||||
public void testInaccessibleExpression() throws Exception {
|
||||
runTest("idea/testData/highlighter/InaccessibleExpression.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("InvokeCall.kt")
|
||||
public void testInvokeCall() throws Exception {
|
||||
runTest("idea/testData/highlighter/InvokeCall.kt");
|
||||
|
||||
Reference in New Issue
Block a user