We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ed3ba0 commit 14cc241Copy full SHA for 14cc241
tests/pos/default-arg-hygiene.scala
@@ -0,0 +1,7 @@
1
+object Settings {
2
+ def x = 0
3
+}
4
+
5
+import Settings.*
6
7
+case class Settings(value: Double = x) // OK, imported
0 commit comments