Files
kotlin-fork/idea/testData/refactoring/changeSignature/RemoveParameterKeepOtherCommentsAfter.kt
T
2017-04-21 13:32:32 +03:00

7 lines
152 B
Kotlin
Vendored

data class <caret>VertexAttribute(
/**
* The number of components this attribute has.
**/
val numComponents: Int
) {}