Skip to content

Commit

Permalink
Remove outdated comments
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasstucki committed Jan 5, 2021
1 parent 38115bc commit 725822a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tests/pos/i9530.scala
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ given FoodOps with
val monkey = new Monkey {}

val foods = Seq(
monkey.food1, // doesn't compile
monkey.food2, // compiles
monkey.food3, // compiles
monkey.food4, // compiles
monkey.food5, // doesn't compile
monkey.food6, // compiles
monkey.food1,
monkey.food2,
monkey.food3,
monkey.food4,
monkey.food5,
monkey.food6,
)

0 comments on commit 725822a

Please sign in to comment.