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 ccc7845 commit f697eb0Copy full SHA for f697eb0
compiler/test/dotty/tools/backend/jvm/DottyBytecodeTests.scala
@@ -314,7 +314,7 @@ class TestBCode extends DottyBytecodeTest {
314
@Test def i4172 = {
315
val source =
316
"""class Test {
317
- | transparent def foo(first: Int*)(second: String = "") = {}
+ | rewrite def foo(first: Int*)(second: String = "") = {}
318
|
319
| def test = {
320
| foo(1)()
0 commit comments