33e6a85a2d
We exclude testData pattern from copyright scope
12 lines
148 B
Kotlin
Vendored
12 lines
148 B
Kotlin
Vendored
// FUNCTION: test/#foo
|
|
|
|
package test
|
|
|
|
fun foo() {
|
|
fun bar() {
|
|
fun baz() {
|
|
class Foo
|
|
object Bar
|
|
}
|
|
}
|
|
} |