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