is<TYPE>() made static in KotlinBuiltIns
This commit is contained in:
+1
-1
@@ -91,7 +91,7 @@ public abstract class ElementAlternativeSignatureData {
|
||||
@Nullable JetTypeReference altReturnTypeReference,
|
||||
@NotNull Map<TypeParameterDescriptor, TypeParameterDescriptorImpl> originalToAltTypeParameters) {
|
||||
if (altReturnTypeReference == null) {
|
||||
if (KotlinBuiltIns.getInstance().isUnit(originalType)) {
|
||||
if (KotlinBuiltIns.isUnit(originalType)) {
|
||||
return originalType;
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user