Pass SamConversionResolver explicitly cause it should be call site module-local
This commit is contained in:
committed by
Pavel V. Talanov
parent
f0f6a252a5
commit
6f180416b1
@@ -50,7 +50,7 @@ public class SamType {
|
||||
@NotNull
|
||||
public KotlinType getKotlinFunctionType() {
|
||||
//noinspection ConstantConditions
|
||||
return getJavaClassDescriptor().getFunctionTypeForSamInterface();
|
||||
return getJavaClassDescriptor().getDefaultFunctionTypeForSamInterface();
|
||||
}
|
||||
|
||||
@NotNull
|
||||
|
||||
Reference in New Issue
Block a user