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 41e7418 commit 8262192Copy full SHA for 8262192
tests/neg-custom-args/fatal-warnings/i15503i.scala
@@ -277,9 +277,12 @@ package foo.test.i16679b:
277
package foo.test.i17156:
278
package a:
279
trait Foo[A]
280
+ object Foo:
281
+ inline def derived[T]: Foo[T] = new Foo{}
282
283
package b:
- type Xd = Foo
284
+ import a.Foo
285
+ type Xd[A] = Foo[A]
286
287
package c:
288
import b.Xd
0 commit comments