Skip to content

Instantly share code, notes, and snippets.

@smarter
Last active February 20, 2016 21:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save smarter/1d04f869870df03d0976 to your computer and use it in GitHub Desktop.
Save smarter/1d04f869870df03d0976 to your computer and use it in GitHub Desktop.
[error] scala.MatchError: NoType$() (of class dotty.tools.dotc.core.Types$NoType$)
[error] at dotty.tools.dotc.core.SymDenotations$SymDenotation.sourceModule(SymDenotations.scala:782)
[error] at dotty.tools.dotc.core.SymDenotations$SymDenotation.scalacLinkedClass(SymDenotations.scala:914)
[error] at dotty.tools.dotc.core.tasty.TreeUnpickler$TreeReader.readNewDef(TreeUnpickler.scala:600)
[error] at dotty.tools.dotc.core.tasty.TreeUnpickler$TreeReader.readIndexedDef(TreeUnpickler.scala:546)
[error] at dotty.tools.dotc.core.tasty.TreeUnpickler$Completer.complete(TreeUnpickler.scala:91)
[error] at dotty.tools.dotc.core.SymDenotations$SymDenotation.completeFrom(SymDenotations.scala:210)
[error] at dotty.tools.dotc.core.SymDenotations$SymDenotation.info(SymDenotations.scala:188)
[error] at dotty.tools.dotc.core.SymDenotations$ClassDenotation.membersNamed(SymDenotations.scala:1538)
[error] at dotty.tools.dotc.core.SymDenotations$ClassDenotation.findMember(SymDenotations.scala:1591)
[error] at dotty.tools.dotc.core.Types$Type.go$1(Types.scala:432)
[error] at dotty.tools.dotc.core.Types$Type.findMember(Types.scala:528)
[error] at dotty.tools.dotc.core.Types$Type.memberExcluding(Types.scala:418)
[error] at dotty.tools.dotc.core.Types$Type.$anonfun$member$1(Types.scala:409)
[error] at dotty.tools.dotc.core.Types$Type$$Lambda$174/2015006699.apply(Unknown Source)
[error] at dotty.tools.dotc.util.Stats$.track(Stats.scala:31)
[error] at dotty.tools.dotc.core.Types$Type.member(Types.scala:408)
[error] at dotty.tools.dotc.core.Types$NamedType.asMemberOf(Types.scala:1542)
[error] at dotty.tools.dotc.core.Types$NamedType.loadDenot(Types.scala:1530)
[error] at dotty.tools.dotc.core.Types$TermRefWithSignature.loadDenot(Types.scala:1737)
[error] at dotty.tools.dotc.core.Types$NamedType.computeDenot(Types.scala:1407)
[error] at dotty.tools.dotc.core.Types$NamedType.denotAt(Types.scala:1396)
[error] at dotty.tools.dotc.core.Types$NamedType.denot(Types.scala:1384)
[error] at dotty.tools.dotc.core.Types$NamedType.symbol(Types.scala:1560)
[error] at dotty.tools.dotc.core.TypeOps.simplify(TypeOps.scala:225)
[error] at dotty.tools.dotc.core.Contexts$Context.simplify(Contexts.scala:53)
[error] at dotty.tools.dotc.core.Types$Type.simplified(Types.scala:1206)
[error] at dotty.tools.dotc.core.tasty.TreeUnpickler$TreeReader.readTerm(TreeUnpickler.scala:865)
[error] at dotty.tools.dotc.core.tasty.TreeUnpickler$TreeReader.readLengthTerm$1(TreeUnpickler.scala:799)
[error] at dotty.tools.dotc.core.tasty.TreeUnpickler$TreeReader.readTerm(TreeUnpickler.scala:864)
[error] at dotty.tools.dotc.core.tasty.TreeUnpickler$TreeReader.$anonfun$331(TreeUnpickler.scala:645)
[error] at dotty.tools.dotc.core.tasty.TreeUnpickler$TreeReader$$Lambda$578/1123620855.apply(Unknown Source)
[error] at dotty.tools.dotc.core.tasty.TastyReader.collectWhile(TastyReader.scala:138)
[error] at dotty.tools.dotc.core.tasty.TreeUnpickler$TreeReader.readTemplate(TreeUnpickler.scala:643)
[error] at dotty.tools.dotc.core.tasty.TreeUnpickler$TreeReader.readNewDef(TreeUnpickler.scala:606)
[error] at dotty.tools.dotc.core.tasty.TreeUnpickler$TreeReader.readIndexedDef(TreeUnpickler.scala:546)
[error] at dotty.tools.dotc.core.tasty.TreeUnpickler$Completer.complete(TreeUnpickler.scala:91)
[error] at dotty.tools.dotc.core.SymDenotations$SymDenotation.completeFrom(SymDenotations.scala:210)
[error] at dotty.tools.dotc.core.SymDenotations$SymDenotation.info(SymDenotations.scala:188)
[error] at dotty.tools.dotc.core.SymDenotations$ClassDenotation.membersNamed(SymDenotations.scala:1538)
[error] at dotty.tools.dotc.core.SymDenotations$ClassDenotation.findMember(SymDenotations.scala:1591)
[error] at dotty.tools.dotc.core.Types$Type.go$1(Types.scala:432)
[error] at dotty.tools.dotc.core.Types$Type.findMember(Types.scala:528)
[error] at dotty.tools.dotc.core.Types$Type.memberExcluding(Types.scala:418)
[error] at dotty.tools.dotc.core.Types$Type.$anonfun$member$1(Types.scala:409)
[error] at dotty.tools.dotc.core.Types$Type$$Lambda$174/2015006699.apply(Unknown Source)
[error] at dotty.tools.dotc.util.Stats$.track(Stats.scala:31)
[error] at dotty.tools.dotc.core.Types$Type.member(Types.scala:408)
[error] at dotty.tools.dotc.typer.ProtoTypes$SelectionProto.isMatchedBy(ProtoTypes.scala:96)
[error] at dotty.tools.dotc.core.TypeComparer.isMatchedByProto(TypeComparer.scala:793)
[error] at dotty.tools.dotc.core.TypeComparer.firstTry(TypeComparer.scala:193)
[error] at dotty.tools.dotc.core.TypeComparer.liftedTree4$1(TypeComparer.scala:101)
[error] at dotty.tools.dotc.core.TypeComparer.$anonfun$isSubType$3(TypeComparer.scala:98)
[error] at dotty.tools.dotc.core.TypeComparer$$Lambda$682/1443067028.apply$mcZ$sp(Unknown Source)
[error] at scala.compat.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
[error] at dotty.tools.dotc.reporting.Reporting.traceIndented(Reporter.scala:157)
[error] at dotty.tools.dotc.core.Contexts$Context.traceIndented(Contexts.scala:53)
[error] at dotty.tools.dotc.core.TypeComparer.isSubType(TypeComparer.scala:92)
[error] at dotty.tools.dotc.core.TypeComparer.topLevelSubType(TypeComparer.scala:86)
[error] at dotty.tools.dotc.core.Types$Type.$anonfun$$less$colon$less$1(Types.scala:634)
[error] at dotty.tools.dotc.core.Types$Type$$Lambda$680/1647261213.apply$mcZ$sp(Unknown Source)
[error] at scala.compat.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
[error] at dotty.tools.dotc.util.Stats$.track(Stats.scala:31)
[error] at dotty.tools.dotc.core.Types$Type.$less$colon$less(Types.scala:633)
[error] at dotty.tools.dotc.typer.Typer.adaptNoArgs$1(Typer.scala:1531)
[error] at dotty.tools.dotc.typer.Typer.adaptInterpolated(Typer.scala:1616)
[error] at dotty.tools.dotc.typer.Typer.$anonfun$$anonfun$adapt$1$1(Typer.scala:1325)
[error] at dotty.tools.dotc.typer.Typer$$Lambda$677/373613945.apply(Unknown Source)
[error] at dotty.tools.dotc.reporting.Reporting.traceIndented(Reporter.scala:157)
[error] at dotty.tools.dotc.core.Contexts$Context.traceIndented(Contexts.scala:53)
[error] at dotty.tools.dotc.typer.Typer.$anonfun$adapt$1(Typer.scala:1321)
[error] at dotty.tools.dotc.typer.Typer$$Lambda$675/1366567005.apply(Unknown Source)
[error] at dotty.tools.dotc.util.Stats$.track(Stats.scala:31)
[error] at dotty.tools.dotc.typer.Typer.adapt(Typer.scala:1320)
[error] at dotty.tools.dotc.typer.Typer.liftedTree12$1(Typer.scala:1229)
[error] at dotty.tools.dotc.typer.Typer.$anonfun$typed$2(Typer.scala:1229)
[error] at dotty.tools.dotc.typer.Typer$$Lambda$523/1202785502.apply(Unknown Source)
[error] at dotty.tools.dotc.reporting.Reporting.traceIndented(Reporter.scala:157)
[error] at dotty.tools.dotc.core.Contexts$Context.traceIndented(Contexts.scala:53)
[error] at dotty.tools.dotc.typer.Typer.typed(Typer.scala:1227)
[error] at dotty.tools.dotc.typer.Typer.typedExpr(Typer.scala:1266)
[error] at dotty.tools.dotc.typer.Typer.asSelect$1(Typer.scala:313)
[error] at dotty.tools.dotc.typer.Typer.$anonfun$typedSelect$2(Typer.scala:343)
[error] at dotty.tools.dotc.typer.Typer$$Lambda$716/895749814.apply(Unknown Source)
[error] at dotty.tools.dotc.util.Stats$.track(Stats.scala:31)
[error] at dotty.tools.dotc.typer.Typer.typedSelect(Typer.scala:311)
[error] at dotty.tools.dotc.typer.Typer.typedNamed$1(Typer.scala:1159)
[error] at dotty.tools.dotc.typer.Typer.typedUnadapted(Typer.scala:1217)
[error] at dotty.tools.dotc.typer.Typer.liftedTree12$1(Typer.scala:1229)
[error] at dotty.tools.dotc.typer.Typer.$anonfun$typed$2(Typer.scala:1229)
[error] at dotty.tools.dotc.typer.Typer$$Lambda$523/1202785502.apply(Unknown Source)
[error] at dotty.tools.dotc.reporting.Reporting.traceIndented(Reporter.scala:157)
[error] at dotty.tools.dotc.core.Contexts$Context.traceIndented(Contexts.scala:53)
[error] at dotty.tools.dotc.typer.Typer.typed(Typer.scala:1227)
[error] at dotty.tools.dotc.typer.Typer.typedExpr(Typer.scala:1266)
[error] at dotty.tools.dotc.typer.Applications.$anonfun$tryWithName$1(Applications.scala:680)
[error] at dotty.tools.dotc.typer.Applications$$Lambda$1211/1499571692.apply(Unknown Source)
[error] at dotty.tools.dotc.typer.Typer.tryEither(Typer.scala:1274)
[error] at dotty.tools.dotc.typer.Applications.tryWithName$1(Applications.scala:688)
[error] at dotty.tools.dotc.typer.Applications.trySelectUnapply$1(Applications.scala:692)
[error] at dotty.tools.dotc.typer.Applications.$anonfun$typedUnApply$1(Applications.scala:699)
[error] at dotty.tools.dotc.typer.Applications$$Lambda$1208/83547919.apply(Unknown Source)
[error] at dotty.tools.dotc.util.Stats$.track(Stats.scala:31)
[error] at dotty.tools.dotc.typer.Applications.typedUnApply(Applications.scala:637)
[error] at dotty.tools.dotc.typer.Typer.typedUnApply(Typer.scala:58)
[error] at dotty.tools.dotc.typer.Typer.typedUnnamed$1(Typer.scala:1179)
[error] at dotty.tools.dotc.typer.Typer.typedUnadapted(Typer.scala:1219)
[error] at dotty.tools.dotc.typer.Typer.liftedTree12$1(Typer.scala:1229)
[error] at dotty.tools.dotc.typer.Typer.$anonfun$typed$2(Typer.scala:1229)
[error] at dotty.tools.dotc.typer.Typer$$Lambda$523/1202785502.apply(Unknown Source)
[error] at dotty.tools.dotc.reporting.Reporting.traceIndented(Reporter.scala:157)
[error] at dotty.tools.dotc.core.Contexts$Context.traceIndented(Contexts.scala:53)
[error] at dotty.tools.dotc.typer.Typer.typed(Typer.scala:1227)
[error] at dotty.tools.dotc.typer.Typer.typedPattern(Typer.scala:1270)
[error] at dotty.tools.dotc.typer.Typer.$anonfun$typedCase$1(Typer.scala:751)
[error] at dotty.tools.dotc.typer.Typer$$Lambda$1207/1725253253.apply(Unknown Source)
[error] at dotty.tools.dotc.util.Stats$.track(Stats.scala:31)
[error] at dotty.tools.dotc.typer.Typer.typedCase(Typer.scala:726)
[error] at dotty.tools.dotc.typer.Typer.$anonfun$typedCases$1(Typer.scala:720)
[error] at dotty.tools.dotc.typer.Typer$$Lambda$1206/41725786.apply(Unknown Source)
[error] at dotty.tools.dotc.core.Decorators$ListDecorator$.loop$6(Decorators.scala:51)
[error] at dotty.tools.dotc.core.Decorators$ListDecorator$.mapconserve$extension(Decorators.scala:67)
[error] at dotty.tools.dotc.typer.Typer.typedCases(Typer.scala:720)
[error] at dotty.tools.dotc.typer.Typer.$anonfun$typedMatch$1(Typer.scala:692)
[error] at dotty.tools.dotc.typer.Typer$$Lambda$1203/635493520.apply(Unknown Source)
[error] at dotty.tools.dotc.util.Stats$.track(Stats.scala:31)
[error] at dotty.tools.dotc.typer.Typer.typedMatch(Typer.scala:682)
[error] at dotty.tools.dotc.typer.Typer.typedUnnamed$1(Typer.scala:1191)
[error] at dotty.tools.dotc.typer.Typer.typedUnadapted(Typer.scala:1219)
[error] at dotty.tools.dotc.typer.Typer.liftedTree12$1(Typer.scala:1229)
[error] at dotty.tools.dotc.typer.Typer.$anonfun$typed$2(Typer.scala:1229)
[error] at dotty.tools.dotc.typer.Typer$$Lambda$523/1202785502.apply(Unknown Source)
[error] at dotty.tools.dotc.reporting.Reporting.traceIndented(Reporter.scala:157)
[error] at dotty.tools.dotc.core.Contexts$Context.traceIndented(Contexts.scala:53)
[error] at dotty.tools.dotc.typer.Typer.typed(Typer.scala:1227)
[error] at dotty.tools.dotc.typer.Typer.traverse$1(Typer.scala:1257)
[error] at dotty.tools.dotc.typer.Typer.typedStats(Typer.scala:1262)
[error] at dotty.tools.dotc.typer.Typer.$anonfun$typedClassDef$1(Typer.scala:1009)
[error] at dotty.tools.dotc.typer.Typer$$Lambda$725/1913808720.apply(Unknown Source)
[error] at dotty.tools.dotc.util.Stats$.track(Stats.scala:31)
[error] at dotty.tools.dotc.typer.Typer.typedClassDef(Typer.scala:992)
[error] at dotty.tools.dotc.typer.Typer.typedNamed$1(Typer.scala:1170)
[error] at dotty.tools.dotc.typer.Typer.typedUnadapted(Typer.scala:1217)
[error] at dotty.tools.dotc.typer.Typer.liftedTree12$1(Typer.scala:1229)
[error] at dotty.tools.dotc.typer.Typer.$anonfun$typed$2(Typer.scala:1229)
[error] at dotty.tools.dotc.typer.Typer$$Lambda$523/1202785502.apply(Unknown Source)
[error] at dotty.tools.dotc.reporting.Reporting.traceIndented(Reporter.scala:157)
[error] at dotty.tools.dotc.core.Contexts$Context.traceIndented(Contexts.scala:53)
[error] at dotty.tools.dotc.typer.Typer.typed(Typer.scala:1227)
[error] at dotty.tools.dotc.typer.Typer.traverse$1(Typer.scala:1251)
[error] at dotty.tools.dotc.typer.Typer.typedStats(Typer.scala:1262)
[error] at dotty.tools.dotc.typer.Typer.$anonfun$typedPackageDef$1(Typer.scala:1099)
[error] at dotty.tools.dotc.typer.Typer$$Lambda$525/612673828.apply(Unknown Source)
[error] at dotty.tools.dotc.util.Stats$.track(Stats.scala:31)
[error] at dotty.tools.dotc.typer.Typer.typedPackageDef(Typer.scala:1090)
[error] at dotty.tools.dotc.typer.Typer.typedUnnamed$1(Typer.scala:1207)
[error] at dotty.tools.dotc.typer.Typer.typedUnadapted(Typer.scala:1219)
[error] at dotty.tools.dotc.typer.Typer.liftedTree12$1(Typer.scala:1229)
[error] at dotty.tools.dotc.typer.Typer.$anonfun$typed$2(Typer.scala:1229)
[error] at dotty.tools.dotc.typer.Typer$$Lambda$523/1202785502.apply(Unknown Source)
[error] at dotty.tools.dotc.reporting.Reporting.traceIndented(Reporter.scala:157)
[error] at dotty.tools.dotc.core.Contexts$Context.traceIndented(Contexts.scala:53)
[error] at dotty.tools.dotc.typer.Typer.typed(Typer.scala:1227)
[error] at dotty.tools.dotc.typer.Typer.typedExpr(Typer.scala:1266)
[error] at dotty.tools.dotc.typer.FrontEnd.$anonfun$typeCheck$1(FrontEnd.scala:47)
[error] at dotty.tools.dotc.typer.FrontEnd$$Lambda$521/1034151769.apply$mcV$sp(Unknown Source)
[error] at scala.compat.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:12)
[error] at dotty.tools.dotc.typer.FrontEnd.monitor(FrontEnd.scala:23)
[error] at dotty.tools.dotc.typer.FrontEnd.typeCheck(FrontEnd.scala:51)
[error] at dotty.tools.dotc.typer.FrontEnd.$anonfun$runOn$4(FrontEnd.scala:69)
[error] at dotty.tools.dotc.typer.FrontEnd$$Lambda$520/605687113.applyVoid(Unknown Source)
[error] at scala.compat.java8.JProcedure1.apply(JProcedure1.java:18)
[error] at scala.compat.java8.JProcedure1.apply(JProcedure1.java:10)
[error] at scala.collection.immutable.List.foreach(List.scala:381)
[error] at dotty.tools.dotc.typer.FrontEnd.runOn(FrontEnd.scala:69)
[error] at dotty.tools.dotc.Run.$anonfun$$anonfun$compileUnits$1$1(Run.scala:60)
[error] at dotty.tools.dotc.Run$$Lambda$428/620973684.applyVoid(Unknown Source)
[error] at scala.compat.java8.JProcedure1.apply(JProcedure1.java:18)
[error] at scala.compat.java8.JProcedure1.apply(JProcedure1.java:10)
[error] at scala.collection.IndexedSeqOptimized$class.foreach(IndexedSeqOptimized.scala:33)
[error] at scala.collection.mutable.ArrayOps$ofRef.foreach(ArrayOps.scala:186)
[error] at dotty.tools.dotc.Run.$anonfun$compileUnits$1(Run.scala:58)
[error] at dotty.tools.dotc.Run$$Lambda$408/671714321.apply$mcV$sp(Unknown Source)
[error] at scala.compat.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:12)
[error] at dotty.tools.dotc.util.Stats$.monitorHeartBeat(Stats.scala:58)
[error] at dotty.tools.dotc.Run.compileUnits(Run.scala:66)
[error] at dotty.tools.dotc.Run.compileSources(Run.scala:49)
[error] at dotty.tools.dotc.Run.compile(Run.scala:33)
[error] at dotty.tools.dotc.Driver.doCompile(Driver.scala:21)
[error] at dotty.tools.dotc.Bench$.$anonfun$doCompile$1(Bench.scala:23)
[error] at dotty.tools.dotc.Bench$$$Lambda$107/1112448015.apply(Unknown Source)
[error] at dotty.tools.dotc.Bench$.$anonfun$ntimes$1(Bench.scala:18)
[error] at dotty.tools.dotc.Bench$$$Lambda$105/1395567142.apply(Unknown Source)
[error] at scala.collection.TraversableOnce$$anonfun$foldLeft$1.apply(TraversableOnce.scala:142)
[error] at scala.collection.TraversableOnce$$anonfun$foldLeft$1.apply(TraversableOnce.scala:142)
[error] at scala.collection.immutable.Range.foreach(Range.scala:166)
[error] at scala.collection.TraversableOnce$class.foldLeft(TraversableOnce.scala:142)
[error] at scala.collection.AbstractTraversable.foldLeft(Traversable.scala:104)
[error] at scala.collection.TraversableOnce$class.$div$colon(TraversableOnce.scala:136)
[error] at scala.collection.AbstractTraversable.$div$colon(Traversable.scala:104)
[error] at dotty.tools.dotc.Bench$.ntimes(Bench.scala:18)
[error] at dotty.tools.dotc.Bench$.doCompile(Bench.scala:21)
[error] at dotty.tools.dotc.Driver.process(Driver.scala:100)
[error] at dotty.tools.dotc.Bench$.$anonfun$process$1(Bench.scala:38)
[error] at dotty.tools.dotc.Bench$$$Lambda$102/107836840.apply(Unknown Source)
[error] at dotty.tools.dotc.Bench$.$anonfun$ntimes$1(Bench.scala:18)
[error] at dotty.tools.dotc.Bench$$$Lambda$105/1395567142.apply(Unknown Source)
[error] at scala.collection.TraversableOnce$$anonfun$foldLeft$1.apply(TraversableOnce.scala:142)
[error] at scala.collection.TraversableOnce$$anonfun$foldLeft$1.apply(TraversableOnce.scala:142)
[error] at scala.collection.immutable.Range.foreach(Range.scala:166)
[error] at scala.collection.TraversableOnce$class.foldLeft(TraversableOnce.scala:142)
[error] at scala.collection.AbstractTraversable.foldLeft(Traversable.scala:104)
[error] at scala.collection.TraversableOnce$class.$div$colon(TraversableOnce.scala:136)
[error] at scala.collection.AbstractTraversable.$div$colon(Traversable.scala:104)
[error] at dotty.tools.dotc.Bench$.ntimes(Bench.scala:18)
[error] at dotty.tools.dotc.Bench$.process(Bench.scala:38)
[error] at dotty.tools.dotc.Driver.process(Driver.scala:72)
[error] at dotty.partest.DPDirectCompiler.compile(DPDirectCompiler.scala:20)
[error] at scala.tools.partest.nest.Runner.attemptCompile(Runner.scala:423)
[error] at dotty.partest.DPTestRunner$OnlyDotty.result$lzycompute(DPConsoleRunner.scala:271)
[error] at dotty.partest.DPTestRunner$OnlyDotty.result(DPConsoleRunner.scala:271)
[error] at scala.tools.partest.nest.Runner$CompileRound.isOk(Runner.scala:463)
[error] at scala.tools.partest.nest.Runner$$anonfun$runTestCommon$1$$anonfun$apply$mcZ$sp$4$$anonfun$apply$2.apply(Runner.scala:510)
[error] at scala.tools.partest.nest.Runner$$anonfun$runTestCommon$1$$anonfun$apply$mcZ$sp$4$$anonfun$apply$2.apply(Runner.scala:510)
[error] at scala.tools.partest.nest.Runner.nextTestAction(Runner.scala:131)
[error] at scala.tools.partest.nest.Runner.nextTestActionExpectTrue(Runner.scala:136)
[error] at scala.tools.partest.nest.Runner$$anonfun$runTestCommon$1$$anonfun$apply$mcZ$sp$4.apply(Runner.scala:510)
[error] at scala.tools.partest.nest.Runner$$anonfun$runTestCommon$1$$anonfun$apply$mcZ$sp$4.apply(Runner.scala:510)
[error] at scala.collection.LinearSeqOptimized$class.forall(LinearSeqOptimized.scala:83)
[error] at scala.collection.immutable.List.forall(List.scala:84)
[error] at scala.tools.partest.nest.Runner$$anonfun$runTestCommon$1.apply$mcZ$sp(Runner.scala:510)
[error] at scala.tools.partest.nest.Runner.runInContext(Runner.scala:399)
[error] at scala.tools.partest.nest.Runner.runTestCommon(Runner.scala:509)
[error] at scala.tools.partest.nest.Runner.run(Runner.scala:676)
[error] at dotty.partest.DPSuiteRunner.runTest(DPConsoleRunner.scala:95)
[error] at scala.tools.partest.nest.SuiteRunner$$anonfun$21$$anonfun$apply$7.apply(Runner.scala:814)
[error] at scala.tools.partest.nest.SuiteRunner$$anonfun$21$$anonfun$apply$7.apply(Runner.scala:814)
[error] at scala.tools.partest.package$$anon$2.call(package.scala:133)
[error] at java.util.concurrent.FutureTask.run(FutureTask.java:266)
[error] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
[error] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
[error] at java.lang.Thread.run(Thread.java:745)
[info] !! 24 - pos/Patterns_v1.scala [compilation failed]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment