Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9ca5f9c66ebdb7e907ed23a75ccf71e119b6392c
/
.
/
idea
/
testData
/
quickfix
/
removeAnnotation
/
jvmOverloads.kt.after
blob: 2a9a681db9133f7bf2b704cb1df2197442bf75a8 [
file
] [
log
] [
blame
]
// "Remove @JvmOverloads annotation" "true"
// WITH_RUNTIME
interface
T
{
fun foo
(
s
:
String
=
"OK"
)
}