Allow trait methods to return NULL-able objects
authorMatt Corallo <git@bluematt.me>
Mon, 3 Oct 2022 20:36:31 +0000 (20:36 +0000)
committerMatt Corallo <git@bluematt.me>
Mon, 3 Oct 2022 20:38:23 +0000 (20:38 +0000)
commit68020b14f0b4f6cf8152a488f9ef3fc27414d232
tree73a23417f2a3569ce8885d0070aa8f7833856174
parent2eb87ba813b7b6c1669a8a0d900a2baa67bfea3e
Allow trait methods to return NULL-able objects

The comment claiming this isn't supported in Java/TS is incorrect -
it works just fine with no further modifications.
genbindings.py