Perl5-IDEA icon indicating copy to clipboard operation
Perl5-IDEA copied to clipboard

Fix control flow for fun signatures when using previous argument

Open hurricup opened this issue 5 years ago • 0 comments

Caused by #1674

fun dynamic_default($x, $y = length $x) {
    return "$x/$y";
}

Currently $x is not resolved properly.

hurricup avatar Apr 16 '20 17:04 hurricup