airframe icon indicating copy to clipboard operation
airframe copied to clipboard

Enhance the error message when MISSING_DEPENDENCY is thrown for abstract types

Open xerial opened this issue 6 years ago • 0 comments
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] 

xerial avatar Jul 25 '19 10:07 xerial