1 /** 2 * Multiline 3 * 4 * Function 5 * Documentation 6 */ functionnull7 fun function(/** parameter */ x: Int) { 8 }