mfwgenerics / koala

SQL generation for Kotlin
https://mfwgenerics.github.io/koala/
MIT License
13 stars 4 forks source link

Fix overload resolution ambiguity on setTo(null) #33

Closed mfwgenerics closed 1 year ago

mfwgenerics commented 1 year ago

Both overloads of Reference<T>.setTo take nullable parameters, so setTo(null) is ambiguous. We add an overload of

setTo(rhs: Nothing?)

To disambiguate