Skip to content

Commit 28bf5b3

Browse files
authored
Merge pull request #3341 from dotty-staging/fix-scripted-companion
Fix the synthetic-companion scripted test
2 parents 8c82987 + dbb2b6c commit 28bf5b3

File tree

2 files changed

+2
-3
lines changed
  • sbt-dotty/sbt-test/source-dependencies/synthetic-companion

2 files changed

+2
-3
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
object B {
2-
A(0)
2+
val f: Int => A = A
3+
f(0)
34
}

sbt-dotty/sbt-test/source-dependencies/synthetic-companion/dbg.sbt

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)