nst / RuntimeBrowser

Objective-C Runtime Browser, for Mac OS X and iOS
3.55k stars 510 forks source link

Unit test "testComplicatedTypes" does not pass #38

Closed leptos-null closed 4 years ago

leptos-null commented 5 years ago

Test in question

{example=@*i} should be returning struct example { id x1; char *x2; int x3; } x;

but it's actually returning struct example { id x1; int x2; } x;