33e6a85a2d
We exclude testData pattern from copyright scope
9 lines
133 B
Kotlin
Vendored
9 lines
133 B
Kotlin
Vendored
fun test() {
|
|
class Local {
|
|
fun foo(): String {
|
|
<expr>return "foo"</expr>
|
|
}
|
|
}
|
|
|
|
Local().foo()
|
|
} |