// FILE: main.kt package kotlin.myPackage class SomeClass { fun test(param: String) { param } }