fun main() { val randomFunction: (x: kotlin.properties.ObservableProperty, y: kotlin.String) -> kotlin.String = { x, str -> str} } // WITH_RUNTIME