Support serialization of built-in ranges as error types
This will be needed to move ranges and progressions out of builtins. Currently they're only used in signatures of "rangeTo" functions on primitives
This commit is contained in:
@@ -222,7 +222,7 @@ class TypeResolver(
|
||||
val arguments = resolveTypeProjections(
|
||||
c, ErrorUtils.createErrorType("No type").constructor, qualifierResolutionResult.allProjections
|
||||
)
|
||||
result = type(ErrorUtils.createErrorTypeWithArguments(type.getDebugText(), arguments))
|
||||
result = type(ErrorUtils.createUnresolvedType(type.getDebugText(), arguments))
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user