fork download
  1. open System
  2.  
  3. let inline f x = x.foo()
  4.  
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
/home/hz1WI1/prog.fs(3,18): error FS0072: Lookup on object of indeterminate type based on information prior to this program point. A type annotation may be needed prior to this program point to constrain the type of the object. This may allow the lookup to be resolved.
stdout
Standard output is empty