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 175ef55 commit c9ed806Copy full SHA for c9ed806
tests/init/neg/early-promote5.scala
@@ -1,5 +1,5 @@
1
abstract class A {
2
- bar(this)
+ bar(this) // error
3
def bar(x: A): Unit
4
}
5
0 commit comments