Perl5-IDEA
Perl5-IDEA copied to clipboard
Fix control flow for fun signatures when using previous argument
Caused by #1674
fun dynamic_default($x, $y = length $x) {
return "$x/$y";
}
Currently $x is not resolved properly.