Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
formatter
/
SpaceAroundDotInUserReference.after.kt
blob: 27e5cf8343ff8ed8f6f925a4108578ed09c2c4cf [
file
] [
log
] [
blame
]
fun some
(
param
:
kotlin
.
Int
):
kotlin
.
Int
{
val num
:
kotlin
.
Int
=
0
return
num
}