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
This method was removed roughly 7 days ago with a commit.
I used this to create a Type as a bridge between Tasty Inspection and Reflection. In my Inspection code I called Type.apply(clazz) then used the Type in the same code I share with Reflection.
I see the commit provided Type.ofErasedClass(clazz: Class[_]) in the CompilerInterface but didn't expose it in Reflection.
Please expose ofErasedClass() in Reflection.
This change did break my application code with no clear workaround.