summaryrefslogtreecommitdiff
path: root/test/files/neg/classtags_contextbound_c.check
blob: 54f630862a8f9dc94cdf5e6a1bdadda495256b0e (plain) (blame)
1
2
3
4
classtags_contextbound_c.scala:2: error: No ClassTag available for T
  def mkArray[T] = Array[T]()
                           ^
one error found