Skip to content

Commit 7a0d55d

Browse files
authored
Merge pull request #4331 from dotty-staging/scripted-test
Enable pending scripted test
2 parents 663b4b9 + 981b3c9 commit 7a0d55d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
object Baz {
2-
implicit val myNr = 1234
3-
}
2+
implicit val myNr: Int = 1234
3+
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
package object foo {
2-
implicit val Foo = 123
3-
}
2+
implicit val Foo: Int = 123
3+
}

0 commit comments

Comments
 (0)