WhileyCompiler icon indicating copy to clipboard operation
WhileyCompiler copied to clipboard

Invoking Lambda's from Arrays

Open DavePearce opened this issue 6 years ago • 0 comments

The following does not parse for reasons unknown:

type fn is function()->(int)

method m(fn[] fs):
     assume fs[0]() == 11

DavePearce avatar Sep 05 '19 00:09 DavePearce