33e6a85a2d
We exclude testData pattern from copyright scope
8 lines
139 B
Kotlin
Vendored
8 lines
139 B
Kotlin
Vendored
package one
|
|
|
|
open class ClassWithParameter(i: () -> Unit)
|
|
|
|
class TopLevelClass : ClassWithParameter({
|
|
fun foo(param: String) {
|
|
}
|
|
}) |