FIR: add helper to check if a smartcast expressioin is stable
This commit is contained in:
committed by
TeamCityServer
parent
3c8693758b
commit
78401b3ae0
+1
@@ -464,6 +464,7 @@ object NodeConfigurator : AbstractFieldConfigurator<FirTreeBuilder>(FirTreeBuild
|
||||
+field("typesFromSmartCast", "Collection<ConeKotlinType>", null, customType = coneKotlinTypeType)
|
||||
+field("originalType", typeRef)
|
||||
+field("smartcastType", typeRef)
|
||||
+booleanField("isStable")
|
||||
+smartcastStability
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user