-
Notifications
You must be signed in to change notification settings - Fork 126
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
https://github.com/manifold-systems/manifold/issues/449
- handle shadowing where an instance field shadows an inner class of the same name. This is particularly useful in code gen where both a property and an inner type are derived from the same element. Otherwise, use-cases such as: Person.address.builder(), don't work because address resolves as the field and not the inner class. - json type manifold code gen, maintain a single file field at the top-level and reference that with fully qualified name, avoids naming collision with manifold-props
- Loading branch information
1 parent
305f3c7
commit 6720775
Showing
11 changed files
with
262 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+979 Bytes
(100%)
manifold-core-parent/manifold/src/main/resources/manifold/internal/javac/ManAttr_11.class
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
manifold-core-parent/manifold/src/main/resources/manifold/internal/javac/ManAttr_17$1.class
Binary file not shown.
Binary file modified
BIN
+977 Bytes
(100%)
manifold-core-parent/manifold/src/main/resources/manifold/internal/javac/ManAttr_17.class
Binary file not shown.
Oops, something went wrong.