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
-- Error: Foo.scala:3:10 -------------------------------------------------------
3 | foo[Int]
| ^
| No ClassTag available for Int
-- Error: Foo.scala:4:13 -------------------------------------------------------
4 | foo[String]
| ^
| No ClassTag available for String
expectation
It should compile
The text was updated successfully, but these errors were encountered:
minimized code
expectation
It should compile
The text was updated successfully, but these errors were encountered: