Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
j2k
/
testData
/
fileOrElement
/
annotations
/
annotationFromConstructorParamToProperty.kt
blob: 7d881336a796b71c13d9d3dcc4a0c913c698224b [
file
] [
log
] [
blame
]
internal
annotation
class
A
internal
annotation
class
B
class
U
(
@param
:
A
@field
:
B
var
i
:
Int
)