33e6a85a2d
We exclude testData pattern from copyright scope
9 lines
149 B
Kotlin
Vendored
9 lines
149 B
Kotlin
Vendored
package one
|
|
|
|
open class ClassWithParameter(s: String)
|
|
|
|
class TopLevelClass : ClassWithParameter("${
|
|
fun(): String {
|
|
return ""
|
|
}()
|
|
}") |