[NI] Add test for KT-30300 with complex constraint system problem

This commit is contained in:
Dmitriy Novozhilov
2019-05-15 13:42:21 +03:00
parent e3ec501419
commit 07394bd6d3
5 changed files with 64 additions and 0 deletions
@@ -9968,6 +9968,11 @@ public class DiagnosticsTestGenerated extends AbstractDiagnosticsTest {
runTest("compiler/testData/diagnostics/tests/inference/commonSystem/inferenceWithUpperBoundsInLambda.kt");
}
@TestMetadata("kt30300.kt")
public void testKt30300() throws Exception {
runTest("compiler/testData/diagnostics/tests/inference/commonSystem/kt30300.kt");
}
@TestMetadata("kt3372toCollection.kt")
public void testKt3372toCollection() throws Exception {
runTest("compiler/testData/diagnostics/tests/inference/commonSystem/kt3372toCollection.kt");