FIR checker: record whether type mismatch is due to nullability
This is useful for downstream quickfixes.
This commit is contained in:
committed by
teamcityserver
parent
d3e8cc577c
commit
951812f130
+2
@@ -96,6 +96,8 @@ public abstract class KtBuiltinTypes : ValidityTokenOwner {
|
||||
public abstract val NOTHING: KtType
|
||||
public abstract val ANY: KtType
|
||||
|
||||
public abstract val THROWABLE: KtType
|
||||
|
||||
public abstract val NULLABLE_ANY: KtType
|
||||
public abstract val NULLABLE_NOTHING: KtType
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user