Skip to content

Commit

Permalink
Align pos and neg test pair
Browse files Browse the repository at this point in the history
Co-authored-by: Sébastien Doeraene <[email protected]>
[Cherry-picked cc69d90]
  • Loading branch information
dwijnand authored and WojciechMazur committed Jun 23, 2024
1 parent 0ce0955 commit 0771abd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/neg/i17192.5.scala
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
class Ifce[BT <: Boolean]:
type RT = BT match
case true => this.type { val v1: Int }
case true => this.type { val v1: Int }
case false => this.type
def cast: RT = this.asInstanceOf[RT]

class Test:
Expand Down

0 comments on commit 0771abd

Please sign in to comment.