'createDelegate' operator declaration

This commit is contained in:
Dmitry Petrov
2016-12-02 13:35:25 +03:00
committed by Stanislav Erokhin
parent 558e8aaebb
commit d3ab0f066e
5 changed files with 88 additions and 3 deletions
@@ -5524,6 +5524,12 @@ public class DiagnosticsTestGenerated extends AbstractDiagnosticsTest {
doTest(fileName);
}
@TestMetadata("createDelegateOperatorDeclaration.kt")
public void testCreateDelegateOperatorDeclaration() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/diagnostics/tests/delegatedProperty/createDelegateOperatorDeclaration.kt");
doTest(fileName);
}
@TestMetadata("defaultGetter.kt")
public void testDefaultGetter() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/diagnostics/tests/delegatedProperty/defaultGetter.kt");