33e6a85a2d
We exclude testData pattern from copyright scope
8 lines
98 B
Kotlin
Vendored
8 lines
98 B
Kotlin
Vendored
package one
|
|
|
|
annotation class Anno(val s: String)
|
|
|
|
@Anno(fun(): String {
|
|
|
|
}())
|
|
class TopLevelClass |