1 2 3 4 5 6 7 8 9 10
@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<Int>) = "list"