What type of comments is not used in the code below?
/** Method prints a greeting to the console
* @param name is someone's name
*/
def greet(name: String): Unit =
println(s"Hello, $name")What type of comments is not used in the code below?
/** Method prints a greeting to the console
* @param name is someone's name
*/
def greet(name: String): Unit =
println(s"Hello, $name")Create a free account to access the full topic