efftp icon indicating copy to clipboard operation
efftp copied to clipboard

subclass of class with constructorEffect makes the plugin loop

Open lrytz opened this issue 12 years ago • 0 comments

this makes the plugin run in a loop, at least when building in eclipse

class C {
  @pure @mod(this) private[this] type constructorEffect = Nothing
  var x = 0
}
class D extends C

lrytz avatar Jun 19 '13 13:06 lrytz