Skip to content
This repository has been archived by the owner on Dec 18, 2022. It is now read-only.

Latest commit

 

History

History
16 lines (14 loc) · 289 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 289 Bytes

Steps to reproduce

  1. Clone repository

  2. Run in the terminal:

    sbt ";clean;compile"

    Output:

    List(<notype>, <notype>, <notype>, <notype>)
    
  3. Comment out lines 8 and 12 in Foo.scala and run sbt ";clean;compile" again:

    List()