33e6a85a2d
We exclude testData pattern from copyright scope
9 lines
94 B
Kotlin
Vendored
9 lines
94 B
Kotlin
Vendored
// CLASS: Foo
|
|
// CLASS: Foo.Bar
|
|
// FUNCTION: /#foo
|
|
|
|
class Foo {
|
|
object Bar
|
|
}
|
|
|
|
fun foo() {} |