Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
idea
/
testData
/
indentationOnNewline
/
InLambdaInsideChainCallSameLineWithSpaces.after.kt
blob: 5a815c87f78acc6340061ba5e252be3ca16d4b6d [
file
] [
log
] [
blame
]
class
Test
{
fun foo
(
f
:
(
String
)
->
String
):
Test
=
this
}
fun test
()
{
val abc
=
Test
().
foo
()?.
foo
({
"str"
}).
foo
{
<caret>
}
}