Skip to content

Commit 7ff9aab

Browse files
Add comment
1 parent 7a618cb commit 7ff9aab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

semantics/src/test/scala/aqua/semantics/SemanticsSpec.scala

+1
Original file line numberDiff line numberDiff line change
@@ -1013,6 +1013,7 @@ class SemanticsSpec extends AnyFlatSpec with Matchers with Inside {
10131013
}
10141014
}
10151015

1016+
// NOTE: This should be true until aqua has immutable map type
10161017
it should "prohibit putting stream maps into collection" in {
10171018
def test(prefix: String = "") = {
10181019
val script = s"""|func test(arr: []⊤) -> string:

0 commit comments

Comments
 (0)