Regenerate diagnostic tests
This commit is contained in:
@@ -185,22 +185,17 @@ public class JetDiagnosticsTestGenerated extends AbstractDiagnosticsTestWithEage
|
||||
public void testDelegationNotTotrait() throws Exception {
|
||||
doTest("compiler/testData/diagnostics/tests/DelegationNotTotrait.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("Delegation_MultipleDelegates.kt")
|
||||
public void testMultipleDelegation() throws Exception {
|
||||
doTest("compiler/testData/diagnostics/tests/Delegation_MultipleDelegates.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("Delegation_Hierarchy.kt")
|
||||
public void testHierarchyDelegation() throws Exception {
|
||||
doTest("compiler/testData/diagnostics/tests/Delegation_Hierarchy.kt");
|
||||
}
|
||||
|
||||
|
||||
@TestMetadata("DelegationToJavaIface.kt")
|
||||
public void testDelegationToJavaIface() throws Exception {
|
||||
doTest("compiler/testData/diagnostics/tests/DelegationToJavaIface.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("Delegation_Hierarchy.kt")
|
||||
public void testDelegation_Hierarchy() throws Exception {
|
||||
doTest("compiler/testData/diagnostics/tests/Delegation_Hierarchy.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("Delegation_MultipleDelegates.kt")
|
||||
public void testDelegation_MultipleDelegates() throws Exception {
|
||||
doTest("compiler/testData/diagnostics/tests/Delegation_MultipleDelegates.kt");
|
||||
|
||||
Reference in New Issue
Block a user