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
When a return value is Seq (scala.collection.immutable.::` (colon colon)) ,
for some reason, Int => Unit will be passed to AirSpecTestBuilder, then lazy evaluation doesn't work.
It's related to #1845
When a return value is Seq (scala.collection.immutable.::` (colon colon)) ,
for some reason, Int => Unit will be passed to AirSpecTestBuilder, then lazy evaluation doesn't work.