Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
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
)
{}