File tree 2 files changed +2
-2
lines changed
src/dotty/tools/backend/jvm 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ object DottyBuild extends Build {
42
42
resolvers += Resolver .sonatypeRepo(" releases" ),
43
43
44
44
// get libraries onboard
45
- partestDeps := Seq (" me.d-d" % " scala-compiler" % " 2.11.5-20150714-145300-2ad68448c5 " ,
45
+ partestDeps := Seq (" me.d-d" % " scala-compiler" % " 2.11.5-20151022-113908-7fb0e653fd " ,
46
46
" org.scala-lang" % " scala-reflect" % scalaVersion.value,
47
47
" org.scala-lang" % " scala-library" % scalaVersion.value % " test" ),
48
48
libraryDependencies ++= partestDeps.value,
Original file line number Diff line number Diff line change @@ -640,7 +640,7 @@ class DottyBackendInterface()(implicit ctx: Context) extends BackendInterface{
640
640
val original = toDenot(sym).initial
641
641
val validity = original.validFor
642
642
val shiftedContext = ctx.withPhase(validity.phaseId)
643
- toDenot(sym)(shiftedContext).isStatic
643
+ toDenot(sym)(shiftedContext).isStatic(shiftedContext)
644
644
}
645
645
646
646
def isStaticConstructor : Boolean = isStaticMember && isClassConstructor
You can’t perform that action at this time.
0 commit comments