33e6a85a2d
We exclude testData pattern from copyright scope
9 lines
240 B
Plaintext
Vendored
9 lines
240 B
Plaintext
Vendored
package one
|
|
|
|
/* anchor --> */open class ClassWithParameter/* anchor --> */(/* anchor --> */i: () -> Unit/* <-- */)/* <-- *//* <-- */
|
|
|
|
/* anchor --> */class TopLevelClass : ClassWithParameter({
|
|
fun foo(param: String) {
|
|
}
|
|
})/* <-- */
|