Add test for KT-42036
This commit is contained in:
committed by
Victor Petukhov
parent
30a5eee481
commit
826985450e
@@ -2245,6 +2245,11 @@ public class IrTextTestCaseGenerated extends AbstractIrTextTestCase {
|
||||
runTest("compiler/testData/ir/irText/types/starProjection_OI.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("typeAliasWithUnsafeVariance.kt")
|
||||
public void testTypeAliasWithUnsafeVariance() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/types/typeAliasWithUnsafeVariance.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("compiler/testData/ir/irText/types/nullChecks")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
@RunWith(JUnit3RunnerWithInners.class)
|
||||
|
||||
Reference in New Issue
Block a user