psi2ir: add test for SAM-conversion of operator arguments

This commit is contained in:
pyos
2019-03-27 10:00:01 +01:00
committed by max-kammerer
parent 39c8939241
commit f47d9d54c0
3 changed files with 77 additions and 0 deletions
@@ -1356,6 +1356,11 @@ public class IrTextTestCaseGenerated extends AbstractIrTextTestCase {
public void testSamConversionsWithSmartCasts() throws Exception {
runTest("compiler/testData/ir/irText/expressions/sam/samConversionsWithSmartCasts.kt");
}
@TestMetadata("samOperators.kt")
public void testSamOperators() throws Exception {
runTest("compiler/testData/ir/irText/expressions/sam/samOperators.kt");
}
}
}