Skip to content

Commit 69848fa

Browse files
committed
Fix test
1 parent 6d896df commit 69848fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/test/dotty/tools/backend/jvm/DottyBytecodeTests.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ class TestBCode extends DottyBytecodeTest {
314314
@Test def i4172 = {
315315
val source =
316316
"""class Test {
317-
| transparent def foo(first: Int*)(second: String = "") = {}
317+
| rewrite def foo(first: Int*)(second: String = "") = {}
318318
|
319319
| def test = {
320320
| foo(1)()

0 commit comments

Comments
 (0)