sting-ioc / sting

https://sting-ioc.github.io
Apache License 2.0
8 stars 0 forks source link

Generate an error if a Fragment encloses any types #32

Closed realityforge closed 4 years ago

realityforge commented 4 years ago

A relatively obscure use-case that can cause problems when the enclosed type is not public and the fragment accesses members through synthetic accessor created by the compiler. Only observed in j2cl.

Best to just disallow this construct.