FE: add test for KT-47473

This commit is contained in:
Mikhail Glukhikh
2022-09-14 09:29:25 +02:00
committed by Space
parent b53a6beb61
commit 8c475750b1
7 changed files with 66 additions and 0 deletions
@@ -39181,6 +39181,12 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
public void testTypeAliasSamAdapterConstructors2() throws Exception {
runTest("compiler/testData/diagnostics/testsWithStdLib/typealias/typeAliasSamAdapterConstructors2.kt");
}
@Test
@TestMetadata("upperBoundViolated.kt")
public void testUpperBoundViolated() throws Exception {
runTest("compiler/testData/diagnostics/testsWithStdLib/typealias/upperBoundViolated.kt");
}
}
@Nested