This repository was archived by the owner on Feb 29, 2024. It is now read-only.
Commit 5baa7be
Support parsing of class signatures for inner classes inside Scala singleton objects.
Example: Let "MyClass" be a Scala singleton Object, and "Inner" be an inner
class inside MyClass.
Signature: Lcom/prod/MyClass$$Inner"
Type Name: com.prod.MyClass$.Inner (after this CL)
com.prod.MyClass..Inner (before this CL)
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=1597596581 parent f235454 commit 5baa7be
1 file changed
+10
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
437 | 437 | | |
438 | 438 | | |
439 | 439 | | |
440 | | - | |
441 | | - | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
| 445 | + | |
| 446 | + | |
| 447 | + | |
| 448 | + | |
| 449 | + | |
442 | 450 | | |
443 | 451 | | |
444 | 452 | | |
| |||
0 commit comments