efftp
efftp copied to clipboard
subclass of class with constructorEffect makes the plugin loop
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