Redundant/conflicting projections
This commit is contained in:
@@ -1382,6 +1382,11 @@ public class JetDiagnosticsTestGenerated extends AbstractDiagnosticsTestWithEage
|
||||
doTest("compiler/testData/diagnostics/tests/declarationChecks/ComponentFunctionReturnTypeMismatch.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("ConflictingAndRedundantProjections.kt")
|
||||
public void testConflictingAndRedundantProjections() throws Exception {
|
||||
doTest("compiler/testData/diagnostics/tests/declarationChecks/ConflictingAndRedundantProjections.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("DataFlowInMultiDeclInFor.kt")
|
||||
public void testDataFlowInMultiDeclInFor() throws Exception {
|
||||
doTest("compiler/testData/diagnostics/tests/declarationChecks/DataFlowInMultiDeclInFor.kt");
|
||||
|
||||
Reference in New Issue
Block a user