You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/generics/raw_types.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,8 +39,7 @@ void main() {
39
39
40
40
Raw types exist for two basic reasons
41
41
42
-
1. Every now and then Java isn't smart enough. Trust that there are valid reasons to turn off generics, even
43
-
I haven't shown you any yet. Avoid doing so yourself - at least for awhile.
42
+
1. Every now and then Java isn't smart enough. Trust that there are valid reasons to turn off generics, even if I haven't shown you any yet. Avoid doing so yourself - at least for awhile.
44
43
2. Generics weren't always in Java! Classes that later were made generic had to stay compatible with old "raw"
0 commit comments