package demo /** * @return Hello */ fun hello(): String = "Hello" /** * @return World */ fun world(): String = "World"