Sorry, I didn’t track the discussion, but the exam...
# language-proposals
o
Sorry, I didn’t track the discussion, but the example like this works:
Copy code
fun foo(): BigDecimal {
    val x = SimpleObjectProperty<BigDecimal>().get()
    return x
}