```kt data class CodeKey( var code: String, /* Block comment */ // Line comment var key: String /* Block comment */ // Line comment ) ``` 