@file:Suppress("unused") /** * A class that lives inside the root package */ class RootPackageClass { val description = "I do live in the root package!" } fun test(list: MutableList) = "list"