We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e1a4941 + 0047389 commit aec9a79Copy full SHA for aec9a79
tests/pos/i21360.scala
@@ -0,0 +1,11 @@
1
+case class Table(owner: Owner.Id)
2
+
3
+case class Owner(owner: Owner.Id) // type Id is not a member of object Playground.Owner
4
5
+trait Typed[Tag] {
6
+ type Id = String
7
+}
8
9
+object Owner extends Typed[Owner] {
10
+ //type Id = String
11
0 commit comments