[Analysis API] separate non-class error types from class error types and add information about type qualifiers
it's needed for type printing in renderer
This commit is contained in:
@@ -15,7 +15,7 @@ class ErrorType @JvmOverloads internal constructor(
|
||||
val kind: ErrorTypeKind,
|
||||
override val arguments: List<TypeProjection> = emptyList(),
|
||||
override val isMarkedNullable: Boolean = false,
|
||||
private vararg val formatParams: String
|
||||
vararg val formatParams: String
|
||||
) : SimpleType() {
|
||||
val debugMessage = String.format(kind.debugMessage, *formatParams)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user