Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[generator] fix bogus type name in warnings for duplicate fields. (#191)
It had annoyed me by reporting warnings on android.app.Notification.Action as "Android.App.Action", which doesn't exist. It was due to careless use of GenBase.Name combined with GenBase.Namespace which never cared about nested types.
- Loading branch information