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.
2 parents cd52ec0 + 5dd79b2 commit 01bab0fCopy full SHA for 01bab0f
compiler/test-resources/repl/i4566
@@ -0,0 +1,5 @@
1
+scala> object test { type ::[A, B]; def a: Int :: Int = ???; def b: Int = a }
2
+1 | object test { type ::[A, B]; def a: Int :: Int = ???; def b: Int = a }
3
+ | ^
4
+ | Found: Int :: Int
5
+ | Required: Int
0 commit comments