[FE] Remove BuilderInference annotation from tests
This commit is contained in:
@@ -21,7 +21,7 @@ interface LiveDataScope<T> {
|
||||
}
|
||||
|
||||
@OptIn(ExperimentalTypeInference::class)
|
||||
fun <T> liveData(@BuilderInference block: suspend LiveDataScope<T>.() -> Unit): LiveData<T> = null!!
|
||||
fun <T> liveData(block: suspend LiveDataScope<T>.() -> Unit): LiveData<T> = null!!
|
||||
|
||||
fun <Value> Flow<Value>.asLiveData() = liveData {
|
||||
collect(this::emit)
|
||||
|
||||
Reference in New Issue
Block a user