[FE 1.0] Fix mistakes in error messages for resolution ambiguity with stub types

^KT-51022 Fixed
This commit is contained in:
Victor Petukhov
2022-01-28 13:14:27 +03:00
parent a54c9edaad
commit 78f4b9f1cd
6 changed files with 49 additions and 12 deletions
@@ -111,6 +111,11 @@ public class CliTestGenerated extends AbstractCliTest {
runTest("compiler/testData/cli/jvm/builderInferenceByDefault.args");
}
@TestMetadata("builderInferenceErrors.args")
public void testBuilderInferenceErrors() throws Exception {
runTest("compiler/testData/cli/jvm/builderInferenceErrors.args");
}
@TestMetadata("classAndFileClassClash.args")
public void testClassAndFileClassClash() throws Exception {
runTest("compiler/testData/cli/jvm/classAndFileClassClash.args");