Skip to content

Commit b837011

Browse files
Update docs/blog/_posts/2020-04-28-24th-dotty-milestone-release.md
Co-Authored-By: Nicolas Stucki <[email protected]>
1 parent 23d3717 commit b837011

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/blog/_posts/2020-04-28-24th-dotty-milestone-release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ class B extends A:
6363
inline override def f(x: Int) = s"Bar $x"
6464

6565
@main def Test =
66-
val b = B()
66+
val b: B = B()
6767
println(b.f(22))
6868
val a: A = b
6969
println(a.f(22))

0 commit comments

Comments
 (0)