[NI] Fix exception on capturing type with inner typealiased typed

This commit is contained in:
Mikhail Zarechenskiy
2018-06-05 12:16:08 +03:00
parent 4883fbfd23
commit 04c13aeae8
5 changed files with 35 additions and 7 deletions
@@ -9396,6 +9396,11 @@ public class DiagnosticsTestGenerated extends AbstractDiagnosticsTest {
runTest("compiler/testData/diagnostics/tests/inference/capturedTypes/capturedTypeSubstitutedIntoOppositeProjection.kt");
}
@TestMetadata("capturedTypeWithInnerTypealias.kt")
public void testCapturedTypeWithInnerTypealias() throws Exception {
runTest("compiler/testData/diagnostics/tests/inference/capturedTypes/capturedTypeWithInnerTypealias.kt");
}
@TestMetadata("capturedTypeWithTypeVariableSubtyping.kt")
public void testCapturedTypeWithTypeVariableSubtyping() throws Exception {
runTest("compiler/testData/diagnostics/tests/inference/capturedTypes/capturedTypeWithTypeVariableSubtyping.kt");