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

Latest commit

 

History

History
20 lines (18 loc) · 529 Bytes

README.md

File metadata and controls

20 lines (18 loc) · 529 Bytes

Steps to reproduce

  1. Clone repository

  2. Run in the terminal:

    sbt ";clean;compile"

    Output:

    Annotations on constructor: List(baz.description("foo"))
    Annotations: List(<notype>), is method? - false
    Annotations: List(<notype>), is method? - true
    
  3. Comment out line 6 in Main.scala and run sbt ";clean;compile" again:

    Annotations on constructor: List(baz.description("foo"))
    Annotations: List(), is method? - false
    Annotations: List(), is method? - true