Skip to content

Commit 7caef6f

Browse files
committed
Reclassify test
1 parent 6b50096 commit 7caef6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/init/neg/scodec.scala renamed to tests/init/pos/scodec.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ object codecs {
2424
}
2525
val codec = new Z
2626

27-
println(codec) // error
27+
println(codec) // OK, can be safely promoted
2828

2929
val n = 10 // prevent early promotion
3030
}

0 commit comments

Comments
 (0)