Commit 2a5c280
thk123
Correctly parse multiple input parameters for functions
When there is a function on a generic type whose params are inner
classes we would wrongly parse only up to the inner class dot for the
name. This resulted in wrong parameters causing us to fall back on the
descriptor unnecessarily.
Instead we should find the semi-colon that matches the L for each
parameter before moving on to the next parameter.1 parent 35d974f commit 2a5c280
1 file changed
+1
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
437 | 437 | | |
438 | 438 | | |
439 | 439 | | |
440 | | - | |
441 | | - | |
442 | | - | |
443 | | - | |
444 | | - | |
445 | | - | |
446 | | - | |
447 | | - | |
| 440 | + | |
448 | 441 | | |
449 | 442 | | |
450 | 443 | | |
| |||
0 commit comments