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 b87ff4b commit 530f775Copy full SHA for 530f775
compiler/test/dotty/tools/backend/jvm/InlineBytecodeTests.scala
@@ -812,7 +812,7 @@ class InlineBytecodeTests extends DottyBytecodeTest {
812
)
813
814
assert(instructions == expected,
815
- "`i was not properly beta-reduced in `test`\n" + diffInstructions(instructions, expected))
+ "`i was not properly inlined in `test`\n" + diffInstructions(instructions, expected))
816
817
}
818
0 commit comments