Support reification of arrays containing reified parameters
#KT-10555 Fixed
This commit is contained in:
@@ -42,6 +42,7 @@ val KotlinType.builtIns: KotlinBuiltIns
|
||||
get() = constructor.builtIns
|
||||
|
||||
fun KotlinType.makeNullable() = TypeUtils.makeNullable(this)
|
||||
fun KotlinType.makeNullableIfNeeded(nullable: Boolean) = TypeUtils.makeNullableIfNeeded(this, nullable)
|
||||
fun KotlinType.makeNotNullable() = TypeUtils.makeNotNullable(this)
|
||||
|
||||
fun KotlinType.immediateSupertypes(): Collection<KotlinType> = TypeUtils.getImmediateSupertypes(this)
|
||||
|
||||
Reference in New Issue
Block a user