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 eedcb87 commit 8f4c8edCopy full SHA for 8f4c8ed
compiler/test/dotty/tools/backend/jvm/InlineBytecodeTests.scala
@@ -356,7 +356,7 @@ class InlineBytecodeTests extends DottyBytecodeTest {
356
val source = """class Test:
357
| given Int = 0
358
| def f(): Int ?=> Boolean = true : (Int ?=> Boolean)
359
- | inline def g(): Int ?=> Boolean = true
+ | transparent inline def g(): Int ?=> Boolean = true
360
| def test = g()
361
""".stripMargin
362
0 commit comments