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 2c6590d commit 40600f2Copy full SHA for 40600f2
compiler/test/dotty/tools/backend/jvm/InlineBytecodeTests.scala
@@ -108,13 +108,13 @@ class InlineBytecodeTests extends DottyBytecodeTest {
108
}
109
110
*/
111
-
+/*
112
@Test def inlineNn = {
113
val source =
114
s"""
115
|class Foo {
116
| def meth1(x: Int | Null): Int = x.nn
117
- | def meth2(x: Int | Null): Int = scala.runtime.Scala3RunTime.nn(x)
+ | def meth2(x: Int | Null): Int = x.getClass; x
118
|}
119
""".stripMargin
120
@@ -132,7 +132,7 @@ class InlineBytecodeTests extends DottyBytecodeTest {
132
diffInstructions(instructions1, instructions2))
133
134
135
+*/
136
@Test def i4947 = {
137
val source = """class Foo {
138
| transparent inline def track[T](inline f: T): T = {
0 commit comments