psi2ir: add test for SAM-conversion of operator arguments
This commit is contained in:
@@ -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");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user