Commit 63b9f2e
Fix regex in KMP for visiting inner classes
Summary: The old regex was accepting all inner classes per each inner class instead of just the next inner class in the hierarchy, therefore the analysis was blowing up and visiting classes an unnesessarily huge amount of times.1 parent c40f955 commit 63b9f2e
1 file changed
Lines changed: 1 addition & 1 deletion
File tree
- kmp-library/src/main/java/com/guardsquare/proguard/kotlin/printer
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1080 | 1080 | | |
1081 | 1081 | | |
1082 | 1082 | | |
1083 | | - | |
| 1083 | + | |
1084 | 1084 | | |
1085 | 1085 | | |
1086 | 1086 | | |
| |||
0 commit comments