psi2ir: type arguments for function references

This commit is contained in:
Dmitry Petrov
2018-06-18 14:06:44 +03:00
parent 84c369dc6c
commit ecd2709a11
5 changed files with 94 additions and 3 deletions
@@ -737,6 +737,11 @@ public class IrTextTestCaseGenerated extends AbstractIrTextTestCase {
runTest("compiler/testData/ir/irText/expressions/callableReferenceToImportedFromObject.kt");
}
@TestMetadata("callableReferenceTypeArguments.kt")
public void testCallableReferenceTypeArguments() throws Exception {
runTest("compiler/testData/ir/irText/expressions/callableReferenceTypeArguments.kt");
}
@TestMetadata("calls.kt")
public void testCalls() throws Exception {
runTest("compiler/testData/ir/irText/expressions/calls.kt");