Skip to content

REPL crash when I try to tab complete on SortedMap. #16934

Closed
@sebposselt

Description

@sebposselt

Compiler version

2.12.16

Minimized code

When i try tab completion on SortedMap, the REPL crashes

import scala.collection.immutable.SortedMap                                                                                                                                  
scala> val x = SortedMap.

Output

Expectation

Exception in thread "main" java.lang.AssertionError: assertion failed: missing implicit parameter of type Ordering[K] after typer at phase parser

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions