forked from JetBrains/capture-points
-
Notifications
You must be signed in to change notification settings - Fork 0
/
scala.xml
23 lines (23 loc) · 1.13 KB
/
scala.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<capture-points>
<capture-point enabled="false"
class-name="scala.concurrent.impl.Future$PromiseCompletingRunnable"
method-name="<init>"
capture-key-expression="this"
insert-class-name="scala.concurrent.impl.Future$PromiseCompletingRunnable"
insert-method-name="run"
insert-key-expression="this"/>
<capture-point enabled="false"
class-name="scala.concurrent.impl.CallbackRunnable"
method-name="<init>"
capture-key-expression="this"
insert-class-name="scala.concurrent.impl.CallbackRunnable"
insert-method-name="run"
insert-key-expression="this"/>
<capture-point enabled="false"
class-name="scala.concurrent.impl.Promise$Transformation"
method-name="<init>"
capture-key-expression="this"
insert-class-name="scala.concurrent.impl.Promise$Transformation"
insert-method-name="run"
insert-key-expression="this"/>
</capture-points>