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
java.lang.NoClassDefFoundError: main$package$_$lifecycle$Lifecycle$
at main$package$.f$proxy1$1(main.scala:13)
at main$package$.main(main.scala:4)
at main.main(main.scala:3)
Expectation
Expected not to throw NoClassDefFound error. Removing inline from simpleInlineWrap causes the code to work as expected.
NB: encountered when using ScalaTest, which at some point started wrapping all user tests via inline functions