Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9ca5f9c66ebdb7e907ed23a75ccf71e119b6392c
/
.
/
idea
/
testData
/
formatter
/
KT15099.after.kt
blob: 15548e8c448774375cd7def1e1d5813238831af9 [
file
]
fun test
()
{
Single
.
just
(
Object
())
.
map
{
it
}.
map
{
it
// The code unexpectedly shifts to the left
}
}