Report EXPLICIT_DELEGATION_CALL_REQUIRED on relevant element

^KT-38959 Fixed
This commit is contained in:
Vladimir Dolzhenko
2020-10-02 12:31:25 +02:00
committed by Vladimir Dolzhenko
parent 7af564c9f2
commit 5eac949b43
11 changed files with 92 additions and 27 deletions
@@ -38,6 +38,11 @@ public class PerformanceHighlightingTestGenerated extends AbstractPerformanceHig
runTest("idea/testData/highlighter/AutoCreatedItParameter.kt");
}
@TestMetadata("DelegatingCtor.kt")
public void testDelegatingCtor() throws Exception {
runTest("idea/testData/highlighter/DelegatingCtor.kt");
}
@TestMetadata("Destructuring.kt")
public void testDestructuring() throws Exception {
runTest("idea/testData/highlighter/Destructuring.kt");