Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
idea
/
testData
/
quickfix
/
removeAnnotation
/
jvmOverloadsOnAnnotationClassConstructor.kt.after
blob: 2633cdcf8b5f04da0e165502250d0d04c54f1b04 [
file
]
// "Remove @JvmOverloads annotation" "true"
// WITH_RUNTIME
annotation
class
A constructor
(
val x
:
Int
=
1
)