Skip to content

DReigada/dotty-runtime-error-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Steps to reproduce

  1. sbt run
  2. change case Bar extends Foo[Int] to case Bar extends Foo[String] (in Foo.scala)
  3. sbt run
  4. ???
  5. java.lang.NoSuchFieldError: Bar

If you run sbt clean between steps 2 and 3 the program works.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages