Initial implementation of loop-to-call-chain intention
This commit is contained in:
@@ -691,6 +691,11 @@ public abstract class KotlinBuiltIns {
|
||||
return getString().getDefaultType();
|
||||
}
|
||||
|
||||
@NotNull
|
||||
public KotlinType getIterableType() {
|
||||
return getIterable().getDefaultType();
|
||||
}
|
||||
|
||||
@NotNull
|
||||
public KotlinType getArrayElementType(@NotNull KotlinType arrayType) {
|
||||
if (isArray(arrayType)) {
|
||||
|
||||
Reference in New Issue
Block a user