Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
idea
/
testData
/
formatter
/
ParameterAnnotationWrap.after.kt
blob: 52c559b9c48850306a6f5b5a210c1bff4e4613f9 [
file
] [
log
] [
blame
]
fun foo
(
@Deprecated
(
"x"
)
x
:
Int
,
@Deprecated
(
"y"
)
@Deprecated
(
"z"
)
y
:
Int
)
// SET_INT: PARAMETER_ANNOTATION_WRAP = 2