summaryrefslogtreecommitdiff
path: root/test/files/neg/t6558.check
blob: ea627b49ea794c004bd9a2c50bc1c80c9e2af8a8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
t6558.scala:16: error: not found: type classs
  @classs
   ^
t6558.scala:19: error: not found: type typeparam
  class D[@typeparam T]
           ^
t6558.scala:22: error: not found: type valueparam
  	@valueparam x: Any
         ^
three errors found