Skip to content

Commit bfc0956

Browse files
oderskysmarter
authored andcommitted
Add passing tests
1 parent 76025cd commit bfc0956

10 files changed

+2
-2
lines changed
File renamed without changes.
File renamed without changes.

tests/pending/pos/spec-traits.scala renamed to tests/pos/spec-traits.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ class Bug3307 {
2525
class Bug3301 {
2626
def t[A]: T[A] = sys.error("stub")
2727

28-
() => {
28+
{() => {
2929
type X = Int
3030

3131
def foo[X] = t[X]
3232
()
33-
}
33+
}}
3434
}
3535
// issue 3299
3636
object Failure {
File renamed without changes.

0 commit comments

Comments
 (0)