Skip to content

Incorrect highlight for type constructor in REPL #11202

Closed
@izhangzhihao

Description

@izhangzhihao

Compiler version

scalac -version
Scala compiler version 3.0.0-M3 -- Copyright 2002-2020, LAMP/EPFL

Minimized code

type Id[A] = A

Output

image

But, if I type:

type Id[A] 

it just works fine:

image

Expectation

Correctly highlighted.

It may be related to #3814 #3987

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions