We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88f23d9 commit d229aa7Copy full SHA for d229aa7
tests/pos/inline-trait-body-class-simple.scala
@@ -0,0 +1,6 @@
1
+inline trait A[T]:
2
+ class InnerA:
3
+ def x: T = ???
4
+
5
+class B extends A[Int]:
6
+ class InnerB extends InnerA
0 commit comments