K2: drop TypeParameterAsCallable check for reified in ::class
Related to KT-63377
This commit is contained in:
committed by
Space Team
parent
83cfcc30c6
commit
e391e68ea3
+1
@@ -48,6 +48,7 @@ abstract class AbstractCandidateInfoProvider(
|
||||
containingDeclarations = emptyList(), // TODO - maybe we should pass declarations from context here (no visible differences atm)
|
||||
containingFile = firFile,
|
||||
isImplicitInvoke = false,
|
||||
isUsedAsGetClassReceiver = false,
|
||||
session = firSession,
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user