Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2f8b8915520217c656f00750d7faa239c6233ece
/
.
/
compiler
/
testData
/
compileJavaAgainstKotlin
/
targets
/
empty.txt
blob: ce0d54a407ed3cc036757fa6b489307fed269d9f [
file
]
package test
@kotlin.annotation.Target(allowedTargets = {}) public final annotation class empty : kotlin.Annotation {
public constructor empty()
}