Introduce an API to convert TypeConstructorMarker to TypeParameterMarker
This commit is contained in:
@@ -53,6 +53,7 @@ interface TypeSystemCommonBackendContext : TypeSystemContext {
|
||||
|
||||
interface TypeSystemCommonBackendContextForTypeMapping : TypeSystemCommonBackendContext {
|
||||
fun TypeConstructorMarker.isTypeParameter(): Boolean
|
||||
fun TypeConstructorMarker.asTypeParameter(): TypeParameterMarker
|
||||
fun TypeConstructorMarker.defaultType(): KotlinTypeMarker
|
||||
fun TypeConstructorMarker.isScript(): Boolean
|
||||
|
||||
|
||||
Reference in New Issue
Block a user