Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
intentions
/
operatorToFunction
/
prefixPlus.kt.after
blob: 4270322aa08511e47898547f9e697a4971583c22 [
file
] [
log
] [
blame
]
fun foo
(
a
:
Int
)
{
a
.
unaryPlus
()
}