We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
If an output file has two classes with the same name, constructor references for the second time will generate as
::com.example.Foo
which fails compilation
Ideally we can generate an import alias whenever there is a conflict to avoid this:
import com.example.Foo as CEFoo ::CEFoo
Activity