Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
idea
/
testData
/
refactoring
/
changeSignature
/
RemoveParameterKeepOtherCommentsAfter.kt
blob: 54eee339025205c279da1a1c346e35f133439589 [
file
] [
log
] [
blame
]
data
class
<caret>
VertexAttribute
(
/**
* The number of components this attribute has.
**/
val numComponents
:
Int
)
{}