Files
kotlin-fork/compiler/testData/diagnostics/tests/inference/builderInference/kt51464.diag.txt
T
2023-01-30 09:29:57 +00:00

5 lines
132 B
Plaintext
Vendored

/kt51464.kt:13:15: error: not enough information to infer type variable R
flowOf(1).transform { doEmit(this) }
^