Skip to content

Commit

Permalink
Avoid errors in stdlib
Browse files Browse the repository at this point in the history
  • Loading branch information
liufengyun committed Oct 6, 2024
1 parent 97c2362 commit c862b50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/init-global/warn/of-class-unsound.scala
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class A[T](var a: T) extends Base[T]:

class B[T](var b: T) extends Base[T]:
def update(n: T) =
println(O.x) // warn
O.x // warn
b = n

object O:
Expand Down

0 comments on commit c862b50

Please sign in to comment.