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