FIR: Support callable references outside of the calls

^KT-32725 In Progress
This commit is contained in:
Denis Zharkov
2019-10-23 14:10:30 +03:00
parent 152236d84a
commit fe8cd195aa
13 changed files with 113 additions and 19 deletions
@@ -17,4 +17,8 @@ object SyntheticCallableId {
FqName("_synthetic"),
Name.identifier("TRY_CALL")
)
}
val ID = CallableId(
FqName("_synthetic"),
Name.identifier("ID_CALL")
)
}