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

danielleontiev/annotations-bug

Repository files navigation

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
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages