Files
kotlin-fork/idea/testData/inspectionsLocal/removeRedundantBackticks/functionArgument.kt
T

3 lines
44 B
Kotlin
Vendored

// WITH_RUNTIME
fun foo(<caret>`a`: Int) {
}