33e6a85a2d
We exclude testData pattern from copyright scope
11 lines
234 B
Kotlin
Vendored
11 lines
234 B
Kotlin
Vendored
package one
|
|
|
|
/* ClassId: one/ClassWithParameter */open class ClassWithParameter(s: String)
|
|
|
|
/* ClassId: one/TopLevelClass */class TopLevelClass : ClassWithParameter("${
|
|
{
|
|
/* ClassId: null */class F
|
|
F()
|
|
}()
|
|
}")
|