-
Notifications
You must be signed in to change notification settings - Fork 146
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[J2KT] Change readable/java/protobuf to use untranspiled Java classes…
… for fake protos/fake proto runtime. Use j2kt_native_import for fake protos/fake proto runtime on J2kt native (matching real protos). This means we test that message field access (which j2kt rewrites from getter to property read) works with both Kotlin/Native protos (which has only properties) and JavaLite/J2cl protos (which have only getters used via Kotlin/Java interop). PiperOrigin-RevId: 716621985
- Loading branch information
1 parent
e57e3fe
commit 4cec33e
Showing
34 changed files
with
372 additions
and
1,165 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
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
87 changes: 0 additions & 87 deletions
87
...r/javatests/com/google/j2cl/readable/java/protobuf/output_closure/MyEnum.impl.java.js.txt
This file was deleted.
Oops, something went wrong.
14 changes: 0 additions & 14 deletions
14
...spiler/javatests/com/google/j2cl/readable/java/protobuf/output_closure/MyEnum.java.js.txt
This file was deleted.
Oops, something went wrong.
98 changes: 0 additions & 98 deletions
98
.../com/google/j2cl/readable/java/protobuf/output_closure/MyMessage$Builder.impl.java.js.txt
This file was deleted.
Oops, something went wrong.
10 changes: 0 additions & 10 deletions
10
...tests/com/google/j2cl/readable/java/protobuf/output_closure/MyMessage$Builder.java.js.txt
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.