PiperOrigin-RevId: 240368596
Change-Id: Id517ae6ecece98998316ba5a2672e075e037133a
This commit is contained in:
Christian Blichmann 2019-03-26 09:57:13 -07:00 committed by Copybara-Service
parent 88213b0d1b
commit dda0daa449

View File

@ -252,7 +252,7 @@ class Type(object):
return result
raise ValueError('Unkhandled kind: {}'.format(self._clang_type.kind))
raise ValueError('Unhandled kind: {}'.format(self._clang_type.kind))
def _get_related_types_of_typedef(self, result):
# type: (Set[Type]) -> Set[Type]