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 1a77625 commit 4a7e92bCopy full SHA for 4a7e92b
tests/run/i16806.scala
@@ -1,5 +1,4 @@
1
import java.util.concurrent.Semaphore
2
-import scala.runtime.LazyVals.Evaluating
3
4
object Repro {
5
@@ -25,14 +24,14 @@ object Repro {
25
24
override def run(): Unit =
26
Holder.s.acquire()
27
val x = Holder.Bit.value
28
- assert(!x.isInstanceOf[Evaluating.type])
+ assert(x.isInstanceOf[DFBit.type])
29
println("Success")
30
}
31
val b = new Thread() {
32
33
34
35
36
37
38
a.start()
0 commit comments