FIR: Support callable references outside of the calls
^KT-32725 In Progress
This commit is contained in:
@@ -17,4 +17,8 @@ object SyntheticCallableId {
|
||||
FqName("_synthetic"),
|
||||
Name.identifier("TRY_CALL")
|
||||
)
|
||||
}
|
||||
val ID = CallableId(
|
||||
FqName("_synthetic"),
|
||||
Name.identifier("ID_CALL")
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user