We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97c2362 commit c862b50Copy full SHA for c862b50
tests/init-global/warn/of-class-unsound.scala
@@ -9,7 +9,7 @@ class A[T](var a: T) extends Base[T]:
9
10
class B[T](var b: T) extends Base[T]:
11
def update(n: T) =
12
- println(O.x) // warn
+ O.x // warn
13
b = n
14
15
object O:
0 commit comments