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