FIR: Support callable references partially
^KT-32725 In Progress
This commit is contained in:
@@ -38,6 +38,7 @@ object StandardClassIds {
|
||||
val KProperty = "KProperty".reflectId()
|
||||
|
||||
fun byName(name: String) = name.baseId()
|
||||
fun reflectByName(name: String) = name.reflectId()
|
||||
|
||||
val primitiveArrayTypeByElementType: Map<ClassId, ClassId> = mutableMapOf<ClassId, ClassId>().apply {
|
||||
fun addPrimitive(id: ClassId) {
|
||||
@@ -55,4 +56,4 @@ object StandardClassIds {
|
||||
}
|
||||
|
||||
val elementTypeByPrimitiveArrayType = primitiveArrayTypeByElementType.map { (k, v) -> v to k }.toMap()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user