bjonnh
01/03/2019, 8:23 PMError:(15, 16) Kotlin: Type inference failed: Cannot infer type parameter T in inline fun <reified PropertyType : Property<T>, reified T : Any, ResultType : PropertyType> bind(autocommit: Boolean = ..., forceObjectProperty: Boolean = ..., defaultValue: T? = ..., noinline propertyProducer: () -> PropertyType?): ResultType
None of the following substitutions
(Boolean,Boolean,Int?,() -> Property<Int?>?)
(Boolean,Boolean,Any?,() -> Property<Int?>?)
can be applied to
(() -> ObjectProperty<Int?>?)