Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
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
}