Commit 815f303
committed
Do ignore expected prototypes of
It turns out an sjsJUnitTest fails otherwise, since that one _does_ insert an implicit conversion after a `new`.
This is all goes to show that what we do to deal with implicit conversions
is completely crazy. It's a black art when to propagate exected types. There's
often no better or worse. Almost any change we do can heal some code and break
some other code. I believe the only way to get our of this swamp is to get
rid of unrestricted implicit conversions.New
1 parent 8b4b608 commit 815f303
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
893 | 893 | | |
894 | 894 | | |
895 | 895 | | |
896 | | - | |
897 | | - | |
| 896 | + | |
| 897 | + | |
898 | 898 | | |
899 | 899 | | |
900 | 900 | | |
| |||
0 commit comments