[FIR] Make type of special expressions immutable
This commit is contained in:
committed by
Space Team
parent
8d7c5b375e
commit
a5cff6ae36
+4
-1
@@ -122,7 +122,10 @@ abstract class AbstractFirTreeImplementationConfigurator {
|
||||
}
|
||||
|
||||
fun defaultBuiltInType(type: String) {
|
||||
default("coneTypeOrNull", "StandardClassIds.$type.constructClassLikeType()")
|
||||
default("coneTypeOrNull") {
|
||||
value = "StandardClassIds.$type.constructClassLikeType()"
|
||||
isMutable = false
|
||||
}
|
||||
useTypes(standardClassIdsType, constructClassLikeTypeImport)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user