'createDelegate' operator declaration
This commit is contained in:
committed by
Stanislav Erokhin
parent
558e8aaebb
commit
d3ab0f066e
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user