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
$ cat spec.scala
classC[@specialized T] {
defget(t: T):T= {
caseobjectHi
t
}
}
$ scalac spec.scala
spec.scala:3:error: Hi is already defined as (compiler-generated) caseclasscompanionobjectHicaseobjectHi^
one error found
Here's what gets into
retyped
The text was updated successfully, but these errors were encountered: