blob: 34b0335279046dc92e3450f0c3782efba18a4f55 [file]
package one
open class ClassWithParameter(i: () -> Unit)
class TopLevelClass : ClassWithParameter({
fun foo(param: String) {
}
})