[NI] Complex test for "not enough" information diagnostic

This commit is contained in:
Dmitriy Novozhilov
2019-03-25 18:51:38 +03:00
committed by Mikhail Zarechenskiy
parent d40313a8d7
commit c1b586f921
5 changed files with 36 additions and 0 deletions
@@ -8128,6 +8128,11 @@ public class DiagnosticsTestGenerated extends AbstractDiagnosticsTest {
runTest("compiler/testData/diagnostics/tests/generics/kt1575-Function.kt");
}
@TestMetadata("kt30590.kt")
public void testKt30590() throws Exception {
runTest("compiler/testData/diagnostics/tests/generics/kt30590.kt");
}
@TestMetadata("kt5508.kt")
public void testKt5508() throws Exception {
runTest("compiler/testData/diagnostics/tests/generics/kt5508.kt");