33e6a85a2d
We exclude testData pattern from copyright scope
10 lines
250 B
Plaintext
Vendored
10 lines
250 B
Plaintext
Vendored
package one
|
|
|
|
/* anchor --> */open class ClassWithParameter/* anchor --> */(/* anchor --> */s: String/* <-- */)/* <-- *//* <-- */
|
|
|
|
/* anchor --> */class TopLevelClass : ClassWithParameter("${
|
|
fun(): String {
|
|
return ""
|
|
}()
|
|
}")/* <-- */
|