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 af749cf commit c04f53eCopy full SHA for c04f53e
compiler/test/dotty/tools/backend/jvm/InlineBytecodeTests.scala
@@ -73,7 +73,9 @@ class InlineBytecodeTests extends DottyBytecodeTest {
73
}
74
75
76
- @Test def inlineLocally = {
+ /** Disabled since locally comes from Predef now
77
+ @Test
78
+ def inlineLocally = {
79
val source =
80
"""
81
|class Foo {
@@ -103,6 +105,7 @@ class InlineBytecodeTests extends DottyBytecodeTest {
103
105
diffInstructions(instructions1, instructions2))
104
106
107
108
+ */
109
110
@Test def i4947 = {
111
val source = """class Foo {
0 commit comments