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