Files
kotlin-fork/idea/resources/intentionDescriptions/DeprecatedCallableAddReplaceWithIntention/before.kt.template
T
2015-05-27 16:15:50 +03:00

4 lines
79 B
Plaintext

@deprecated("Use newFun instead")
fun oldFun(): Int {
return newFun(null)
}