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