Skip to content

Commit

Permalink
Add test-case for SI-5564.
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksandar Prokopec committed May 8, 2012
1 parent aa555de commit c4590b7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions test/files/pos/t5564.scala
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,9 @@



trait C


class Foo[@specialized(Int) T, A] {
def bar[B >: A <: C]: T = throw new Exception
}

0 comments on commit c4590b7

Please sign in to comment.