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 f7539bb commit 292f7e7Copy full SHA for 292f7e7
compiler/src/dotty/tools/dotc/transform/Inlining.scala
@@ -27,7 +27,6 @@ import dotty.tools.dotc.typer.Inliner
27
28
import scala.annotation.constructorOnly
29
30
-
31
class Inlining extends MacroTransform {
32
import tpd._
33
@@ -68,3 +67,16 @@ class Inlining extends MacroTransform {
68
67
object Inlining {
69
val name: String = "inlining"
70
}
+
71
+// inlined class definition
72
+// tests/pos/i7068-a.scala failed
73
+// tests/pos/i7068-b.scala failed
74
75
+// tulpe xxl: deep subtypes
76
+// tests/pos/i7580.scala failed
77
78
+// inlined inline match proxy failing
79
+// tests/pos/i8892.scala failed
80
81
+// inlined inline val not pure
82
+// tests/pos/i8843.scala failed
0 commit comments