KK
Size: a a a
KK
KK
KK
RB
from __future__ import print_statement
RB
RB
in
RB
AM
RB
RB
SB
"List collection" should {
"support this" in {
val numbers = List(1, 2, 3)
numbers must contain(1)
numbers must not contain(4)
}
}
RB
RB
in
SA