Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
formatter
/
SpacesInQualifiedExpressions.kt
blob: 665a0f94cc79f566f06a1d8d4aa2b7c82a99182b [
file
] [
log
] [
blame
]
interface
Test
{
fun foo
():
Test
}
fun test
(
t
:
Test
)
{
t
.
foo
()
t
.
foo
()
t
.
foo
()
t
.
foo
()
t
.
foo
()
.
foo
()
t
?.
foo
()
t
?.
foo
()
t
?.
foo
()
t
?.
foo
()
t
?.
foo
()
?.
foo
()
}