Skip to content

Commit

Permalink
please don't compile
Browse files Browse the repository at this point in the history
  • Loading branch information
kubukoz committed Oct 25, 2024
1 parent e00b93b commit 72c6931
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ import model._

class CollectionSpec() extends DummyIO.Suite {

trait Wat {
def demo(s: java.util.stream.Stream[String]) = s.toList
}

test("Decode collections with member hints") {
loadDynamicModel("collections.smithy")
.map { model =>
Expand Down

0 comments on commit 72c6931

Please sign in to comment.