Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
idea
/
testData
/
quickfix
/
removeAnnotation
/
jvmOverloadsOnAnnotationClassConstructor.kt
blob: 0e27b2c0a7706d9be8e7fc1983750eda444236dd [
file
] [
log
] [
blame
]
// "Remove @JvmOverloads annotation" "true"
// WITH_RUNTIME
annotation
class
A
<caret>
@JvmOverloads
constructor
(
val x
:
Int
=
1
)