<div dir="ltr">The provided dialect "dialectExample.grace" which uses "dialect.grace" seems to have a bug.<div><br></div><div>I get a similar problem on both the New Zealand and Pomona web compilers with the error message: </div><div><span style="color:rgb(220,50,47);font-family:Monaco,Menlo,'Ubuntu Mono',Consolas,monospace;font-size:13.3333330154419px;white-space:pre-wrap"><br></span></div><div><span style="color:rgb(220,50,47);font-family:Monaco,Menlo,'Ubuntu Mono',Consolas,monospace;font-size:13.3333330154419px;white-space:pre-wrap">Dialect Error at line 15 of checker for dialect dialectExample.</span></div><ol class="" style="list-style-type:none;margin:0px;padding:0px;color:rgb(167,168,162);font-family:Monaco,Menlo,'Ubuntu Mono',Consolas,monospace;font-size:13.3333330154419px;white-space:pre-wrap"><li>    in "requiredTypeTest"</li></ol><div><br></div><div>It's worth noting that the program "requiredTypeTest.grace" is included below and is shorter than 15 lines, leading me to believe that the error is not in the test program I wrote.</div><div><br></div><div>Could someone take a look for me? Thanks!</div><div><br></div><div>The program "requiredTypeTest" is included below:</div><div><br></div><div><br></div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div><div>dialect "dialectExample"</div></div><div><div>inherits prelude.methods</div></div><div><div><br></div></div><div><div>var a : Number := 23</div></div><div><div><br></div></div><div><div><br></div></div><div><div>method x(y:Number)->Number {return y }</div></div><div><div>print "{(x(2))}"</div></div></blockquote><div><br></div></div>