KT-3344 InternalError in compiler when type arguments are not specified
#KT-3344 fixed
This commit is contained in:
@@ -2338,6 +2338,11 @@ public class JetDiagnosticsTestGenerated extends AbstractDiagnosticsTestWithEage
|
||||
doTest("compiler/testData/diagnostics/tests/inference/regressions/kt3301.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt3344.kt")
|
||||
public void testKt3344() throws Exception {
|
||||
doTest("compiler/testData/diagnostics/tests/inference/regressions/kt3344.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt702.kt")
|
||||
public void testKt702() throws Exception {
|
||||
doTest("compiler/testData/diagnostics/tests/inference/regressions/kt702.kt");
|
||||
|
||||
Reference in New Issue
Block a user