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 076a5dd commit 739efdbCopy full SHA for 739efdb
tests/run/i4947.scala
@@ -1,6 +1,6 @@
1
object Test {
2
3
- transparent def track[T](f: => T): T = {
+ rewrite def track[T](f: => T): T = {
4
printStack("track")
5
6
f
tests/run/i4947c.scala
object Aux {
0 commit comments