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
classMain {
staticfunctionmain() {
foo(0, (name, age) -> {});
foo(0, (name, age) -> {
finalf= (a, b, c) -> {}
f(1, 2, 3); // type this line to see signature for `foo` after `;`// or just type here `,` to see same useless signature that blocks your view
});
}
/** Foo **/staticfunctionfoo(
a:Int,
?cb:(name:String, age:Int) ->Void,
?b:Int,
?c:Int,
):Void {}
}
The text was updated successfully, but these errors were encountered:
Probably related to:
https://github.com/HaxeFoundation/haxe/blob/development/src/typing/typerDisplay.ml#L199
The text was updated successfully, but these errors were encountered: