[PSI, FE] Support functional types
This commit is contained in:
committed by
TeamCityServer
parent
e53cee77a3
commit
e3f987459c
+1
@@ -226,6 +226,7 @@ class TypeDeserializer(
|
||||
funType.builtIns,
|
||||
funType.annotations,
|
||||
funType.getReceiverTypeFromFunctionType(),
|
||||
funType.getContextReceiverTypesFromFunctionType(),
|
||||
funType.getValueParameterTypesFromFunctionType().dropLast(1).map(TypeProjection::getType),
|
||||
// TODO: names
|
||||
null,
|
||||
|
||||
Reference in New Issue
Block a user