Skip to content

Commit 0fd21b1

Browse files
committed
Drop stray comma
1 parent 1947222 commit 0fd21b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/dotty/tools/dotc/core/CheckRealizable.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ object CheckRealizable {
4747
def boundsRealizability(tp: Type)(implicit ctx: Context): Realizability =
4848
new CheckRealizable().boundsRealizability(tp)
4949

50-
private val LateInitialized = Lazy | Erased,
50+
private val LateInitialized = Lazy | Erased
5151
}
5252

5353
/** Compute realizability status */

0 commit comments

Comments
 (0)