summaryrefslogtreecommitdiff
path: root/src/detach/plugin
diff options
context:
space:
mode:
Diffstat (limited to 'src/detach/plugin')
-rw-r--r--src/detach/plugin/scala/tools/detach/Detach.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/detach/plugin/scala/tools/detach/Detach.scala b/src/detach/plugin/scala/tools/detach/Detach.scala
index f0b0a2a18d..f3116d033c 100644
--- a/src/detach/plugin/scala/tools/detach/Detach.scala
+++ b/src/detach/plugin/scala/tools/detach/Detach.scala
@@ -25,7 +25,7 @@ abstract class Detach extends PluginComponent
new DetachTransformer(unit)
// set with the `-P:detach:enable` plugin option (see DetachPlugin) */
- var isEnabled = false
+ protected[detach] var isEnabled = false
private class DetachTransformer(unit: CompilationUnit)
extends TypingTransformer(unit) {