You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Comment by pfarland Tuesday May 21, 2013 at 21:06 GMT
I can rarely reproduce any of the issues mentioned above. If the issue requires multiple syntactically invalid lines to be present before the hint then this is a very low priority and I suggest we close.
Issue by jodyzhang
Friday May 17, 2013 at 19:10 GMT
Originally opened as adobe/brackets#3885
20)(
->try code hints for:
a.funD(
b.funD(10, 20)(
c.k()
d.funD(10, 20)(
e.funD(
Actual:
at b, function type is incorrect, it shows "fn(a:number, b:number) -> fn() -> {x,y}"
expect: fn() ->{x,y}
at e, funtion type is incorrect, it shows "funD() ->{x, y}"
expect: "fn(a:number, b:number) -> fn() -> {x,y}"
if you can't reproduce, try it couple times, different orders(a, c, e, d) etc. It is easily reproduced for me.
Expect: consistent code hint behaviors.
The text was updated successfully, but these errors were encountered: