Skip to content

Commit

Permalink
frontend: Add broken test for investigation
Browse files Browse the repository at this point in the history
  • Loading branch information
dinfuehr committed Oct 16, 2024
1 parent 936a3f1 commit 208257c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions dora-frontend/src/traitdefck.rs
Original file line number Diff line number Diff line change
Expand Up @@ -474,4 +474,15 @@ mod tests {
}
")
}

#[test]
#[ignore]
fn check_super_trait_on_generic_impl() {
ok("
trait A {}
trait B: A {}
class Foo[T](value: T)
impl[T] B for Foo[T] {}
")
}
}

0 comments on commit 208257c

Please sign in to comment.