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
with ClassInfoSimpleNameTest.test:19 expected: <Top$Notch> but was: <Notch>.
In other words, for nested Foo$Bar the ClassInfo#simpleName() returns the correct simple name but for Top$Notch the DotName#local() is called and it returns Notch. I wonder if DotName#withoutPackagePrefix() should not be used for top-level classes instead?