[FIR] Add diagnostic CONFLICTING_PROJECTION

This commit is contained in:
Nick
2020-08-14 15:22:09 +03:00
parent d40bca4143
commit 091e12c093
21 changed files with 419 additions and 12 deletions
@@ -140,6 +140,11 @@ public class CliTestGenerated extends AbstractCliTest {
runTest("compiler/testData/cli/jvm/conflictingOverloads.args");
}
@TestMetadata("conflictingProjection.args")
public void testConflictingProjection() throws Exception {
runTest("compiler/testData/cli/jvm/conflictingProjection.args");
}
@TestMetadata("coroutinesEnable.args")
public void testCoroutinesEnable() throws Exception {
runTest("compiler/testData/cli/jvm/coroutinesEnable.args");