Skip to content

java generic signature of a class should not refer to type parameters of an enclosing method #3249

Closed
@scabug

Description

@scabug

I am using 2.8.0.r21010-b2010022802013

This problem affects all scala classiles I have tried.
It can be reproduced on the scala-library classes, eg:

$$ javac -cp scala-library.jar -Xprint scala.actors.Actor
error: cannot access scala.actors.Actor.$$anonfun$$receiveWithin$$1
class file for scala.actors.Actor$$$$anonfun$$receiveWithin$$1 not found
1 error

I believe this needs to work in order to process java classfile annotations in scala classfiles (ie by using -processor instead of -Xprint)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions