报告可能导致架构错误的嵌套有状态单体。
示例:
import scala.concurrent.Future val a = Future { } Future { a }