Skip to content

Export does not export @alpha name #9155

Closed
@edolgy

Description

@edolgy
object Foo:
  @scala.annotation.alpha("w") def \/\/ = "W"

object Bar:
  export Foo._
// Java decompiled Foo method signature
public String w() 

// Java decompiled Bar method signature, should be same as above
public final String $bslash$div$bslash$div()

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions