PSI2IR tests for KT-41735

This commit is contained in:
Dmitry Petrov
2020-09-08 12:34:06 +03:00
parent aa04c0b5df
commit 6746bd81d5
5 changed files with 71 additions and 0 deletions
@@ -1657,6 +1657,11 @@ public class IrTextTestCaseGenerated extends AbstractIrTextTestCase {
runTest("compiler/testData/ir/irText/expressions/sam/genericSamProjectedOut.kt");
}
@TestMetadata("genericSamSmartcast.kt")
public void testGenericSamSmartcast() throws Exception {
runTest("compiler/testData/ir/irText/expressions/sam/genericSamSmartcast.kt");
}
@TestMetadata("samByProjectedType.kt")
public void testSamByProjectedType() throws Exception {
runTest("compiler/testData/ir/irText/expressions/sam/samByProjectedType.kt");