2
0
mirror of synced 2025-02-24 07:18:15 +00:00
mobile/internal
Elias Naur 0f3174026e internal/importers: reverse bind types from unexported struct fields
Before this CL, unexported fields were ignored for the purposes of
determining which classes a Go struct should extend or implement.
However, the field types were also ignored, resulting in the types
not being generated at all. This CL adds the types of unexported
fields to the set of types to be generated.

Fixes golang/go#17945

Change-Id: I5c6c44b7cdfe0c3d4c4dc44863ae201dca7ae9a4
Reviewed-on: https://go-review.googlesource.com/38635
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
2017-04-19 17:20:05 +00:00
..