Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
refactoring
/
changeSignature
/
ParameterModifiersAfter.kt
blob: 2b3971da893e9b9ca931be58e6bb30fcaebad0c8 [
file
] [
log
] [
blame
]
annotation
class
foo
(
val n
:
Int
)
class
Test
(
@foo
(
1
)
@foo
(
2
)
@foo
(
3
)
private
val s
:
String
,
n
:
Int
)