33e6a85a2d
We exclude testData pattern from copyright scope
10 lines
162 B
Kotlin
Vendored
10 lines
162 B
Kotlin
Vendored
package one
|
|
|
|
open class ClassWithParameter(s: String)
|
|
|
|
class TopLevelClass : ClassWithParameter("${
|
|
{
|
|
fun str(): String = 42
|
|
str()
|
|
}()
|
|
}") |