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