Skip to content

Commit 124778f

Browse files
authored
Merge pull request #2802 from dotty-staging/fix-nightly-2
Fix nightly build after eta-expansion changes
2 parents d1f7968 + af5f9b0 commit 124778f

File tree

1 file changed

+2
-2
lines changed
  • sbt-dotty/sbt-test/source-dependencies/implicit-params

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
object B extends A
22
{
3-
val y = x(3)
4-
}
3+
val y: String = x(3)
4+
}

0 commit comments

Comments
 (0)