Files
kotlin-fork/idea/testData/parameterInfo/functionCall/deprecatedSinceKotlinNotApplicable.kt
T
2020-06-29 14:25:09 +03:00

11 lines
271 B
Kotlin
Vendored

@Suppress("DEPRECATED_SINCE_KOTLIN_OUTSIDE_KOTLIN_SUBPACKAGE")
@Deprecated("")
@DeprecatedSinceKotlin(warningSince = "999.999")
fun f(x: Int) {}
fun d(x: Int) {
f(<caret>1)
}
/*
Text: (<highlight>x: Int</highlight>), Disabled: false, Strikeout: false, Green: true
*/