FIR: move typealias SAM constructor computation to FirSamResolver
This commit is contained in:
+1
-1
@@ -27,7 +27,7 @@ internal class KtFirTypeInfoProvider(
|
||||
firSession,
|
||||
analysisSession.getScopeSessionFor(firSession),
|
||||
)
|
||||
return samResolver.getSamInfoForPossibleSamType(coneType) != null
|
||||
return samResolver.isSamType(coneType)
|
||||
}
|
||||
|
||||
override fun getFunctionClassKind(type: KtType): FunctionClassKind? {
|
||||
|
||||
Reference in New Issue
Block a user