Skip to content

Commit 14cc241

Browse files
committed
One more test
1 parent 3ed3ba0 commit 14cc241

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)