Skip to content

Tab completion in the REPL doesn't work in certain cases #4438

@scabug

Description

@scabug

=== What steps will reproduce the problem (please be specific and use wikiformatting)? ===

For example:

   scala> List( 1, 2, 3 ).redu<tab>

=== What is the expected behavior? ===

I should see the following options:

   reduceLeft          reduceLeftOption    reduceRight         reduceRightOption

=== What do you see instead? ===

   <console>:1: error: illegal start of definition

=== What versions of the following are you using? ===

  • Scala: 2.8.1 and 2.9.0.RC1
  • Java: 1.6.0_20
  • Operating system: 10.6.4

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions