Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failure to detect serializable types with stacked generics #151

Open
MarconZet opened this issue Mar 22, 2022 · 0 comments
Open

Failure to detect serializable types with stacked generics #151

MarconZet opened this issue Mar 22, 2022 · 0 comments
Labels
soundness Relates to guaranteeing run-time safety at compile-time

Comments

@MarconZet
Copy link
Collaborator

Repro:

class A[T](){
  val a: ActorRef[SourceRef[T]] = ???
}
@PawelLipski PawelLipski added the soundness Relates to guaranteeing run-time safety at compile-time label Mar 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
soundness Relates to guaranteeing run-time safety at compile-time
Projects
None yet
Development

No branches or pull requests

2 participants