[FE 1.0] Fix mistakes in error messages for resolution ambiguity with stub types
^KT-51022 Fixed
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user