airframe
airframe copied to clipboard
Enhance the error message when MISSING_DEPENDENCY is thrown for abstract types
trafficstars
abstract class A {
abstract def ..
}
// -> MISSING_DEPENDENCY is thrown. This error message should show the type A is abstract type
Design.newDesign.bind[A].to[A]