File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -179,13 +179,13 @@ scala> :history
179
179
180
180
### ` :javap ` ([ #1880 ] ( https://github.com/scala/scala/pull/1880 ) )
181
181
182
- The command to dissasemble Java output got some bugfixes and new features. It is now possible to filter out members of classes:
182
+ The command to dissasemble Java output got some bugfixes and new features. It is now possible to selectively display members of classes:
183
183
184
- - ` Bar#foo ` filters out all ` foo ` members
185
- - ` Bar# ` filters out all ` apply ` members
186
- - ` -fun Bar#foo ` filters out all anonfuns of ` foo ` members
187
- - ` -fun Bar# ` filters out all anonfuns of ` apply ` members
188
- - ` -app Bar ` filters out ` Bar.delayedInit `
184
+ - ` Bar#foo ` displays all ` foo ` members
185
+ - ` Bar# ` displays all ` apply ` members
186
+ - ` -fun Bar#foo ` displays all anonfuns of ` foo ` members
187
+ - ` -fun Bar# ` displays all anonfuns of ` apply ` members
188
+ - ` -app Bar ` displays ` Bar.delayedInit `
189
189
190
190
Example usage:
191
191
You can’t perform that action at this time.
0 commit comments