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 6a9a214 commit c4f95f9Copy full SHA for c4f95f9
sbt-bridge/test/xsbt/DependencySpecification.scala
@@ -92,7 +92,7 @@ class DependencySpecification {
92
"""object A {
93
| def foo = { B; () }
94
|}""".stripMargin
95
- val srcB = "object B"
+ val srcB = "object B { println("foo") }"
96
97
val compilerForTesting = new ScalaCompilerForUnitTesting
98
val classDependencies =
0 commit comments