4de5dd9aeb
Remove dependency on FunctionalList from tests.
7 lines
127 B
Kotlin
Vendored
7 lines
127 B
Kotlin
Vendored
// RUNTIME
|
|
|
|
package g
|
|
|
|
import kotlin.properties.ObservableProperty
|
|
|
|
<selection>fun f(l: ObservableProperty<Int>) {}</selection> |