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