Skip to content

Commit 366fa4e

Browse files
committed
SI-9068 Deprecate scala.collection.mutable.Stack
1 parent c368c66 commit 366fa4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/files/jvm/serialization-new.check

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
warning: there were two deprecation warnings (since 2.11.0)
2-
warning: there was one deprecation warning (since 2.12.0)
3-
warning: there were three deprecation warnings in total; re-run with -deprecation for details
2+
warning: there were three deprecation warnings (since 2.12.0)
3+
warning: there were 5 deprecation warnings in total; re-run with -deprecation for details
44
a1 = Array[1,2,3]
55
_a1 = Array[1,2,3]
66
arrayEquals(a1, _a1): true

0 commit comments

Comments
 (0)