ker1o

Results 2 issues of ker1o

When I work with native extension screen and fold/unfold my application the application crashes. Does anybody face to this problem?

### Source/destination types ```csharp class A { public A(int arg) { } public int field; } ``` ### Source/destination JSON ```javascript {"arg": 1, "field": null} ``` ### Expected behavior When...