Open ghalestrilo opened 3 years ago
Apparently, replacing (.foo x) with (.foo ^js x) fixes the Cannot infer target type in expression problem
(.foo x)
(.foo ^js x)
Cannot infer target type in expression
Apparently, replacing
(.foo x)
with(.foo ^js x)
fixes theCannot infer target type in expression
problem