Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
aa5987fd3dbfa6d7896d481b336c9f49e48b9179
/
.
/
compiler
/
testData
/
compileKotlinAgainstJava
/
AnnotationWithArguments.kt
blob: 389035d9dbe5f60b1dce0501386cc8fdfeb79806 [
file
] [
log
] [
blame
]
package
test
@AnnotationWithArguments
(
name
=
"withDefault"
)
class
ClassWithDefault
@AnnotationWithArguments
(
name
=
"withoutDefault"
,
arg
=
"non"
)
class
ClassWithoutDefault