33e6a85a2d
We exclude testData pattern from copyright scope
8 lines
105 B
Kotlin
Vendored
8 lines
105 B
Kotlin
Vendored
package one
|
|
|
|
annotation class Anno(val s: String)
|
|
|
|
@Anno(f<caret>un(): String {
|
|
|
|
}())
|
|
class TopLevelClass |