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
For some class name foo.Foo we need to try to load the tasty from the its class.
If the class is not definded, we try load it from the obeject.
Previously, if both the class and the object extists we were loading the compilation unit twice.
Which would duplicate symbols and then fail with duplicated symbol definitions.
0 commit comments