Commit 5addf42
committed
Fix CI job test_windows_full
The problem is well explained by the warning one got when compiling
i11556.scala:
5 |class Graph { class Node }
| ^
| class Graph differs only in case from object graph. Such classes will overwrite one another on case-insensitive filesystems.1 parent b1d5760 commit 5addf42
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
15 | | - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
0 commit comments