123
10/22/2017, 9:53 PMdata class Foo(val isBar: Boolean)I was surprised when Kotlin unfolded this into
bar
field without is
prefix.
I found this discussion:
https://github.com/sockeqwe/sqlbrite-dao/issues/27
Where can I read about this ambiguous conversion? How can I still have isBar field?