Skip to content
Snippets Groups Projects
Unit1.scala 72 B
object Unit1 {

  def foo(): Unit = ({
    ()
  }) ensuring(_ == ())

}