Commit 8527a9b
Adds special treatment to Predef.classOf (#21523)
This is an updated PR of #20945, making the global initialization
checker skips the analysis of `Predef.classOf` in scala2-library, since
it is a stub method in tasty and is replaced by actual class
representations in the backend. This prevents related warnings when
running test_scala2_library_tasty.
---------
Co-authored-by: EnzeXing <enzexing12@gmail.com>1 parent 5e83606 commit 8527a9b
1 file changed
+3
-0
lines changedLines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
702 | 702 | | |
703 | 703 | | |
704 | 704 | | |
| 705 | + | |
| 706 | + | |
| 707 | + | |
705 | 708 | | |
706 | 709 | | |
707 | 710 | | |
| |||
0 commit comments