1 package demo
2 
3 /**
4  * @return Hello
5  */
hellonull6 fun hello(): String = "Hello"