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
The error message used to be
failed to load class 'Test'
This commit makes it
failed to load class Test
The reasoning is that there is no need to quote the class name, it is
totally clear where it starts and where it ends.
0 commit comments