Trivial inline identity function causes runtime NoClassDefFound
error in resulting code
#23279
Labels
NoClassDefFound
error in resulting code
#23279
Uh oh!
There was an error while loading. Please reload this page.
Compiler version
3.3.6, 3.7.0 and 3.7.1-RC2
Minimized code
https://scastie.scala-lang.org/fcE9r7cwQBSw7m5XwrrR1w - Scastie running on 3.7.1-RC2
Output
Expectation
Expected not to throw NoClassDefFound error. Removing
inline
fromsimpleInlineWrap
causes the code to work as expected.NB: encountered when using ScalaTest, which at some point started wrapping all user tests via inline functions
The text was updated successfully, but these errors were encountered: