cb5459b7d7
#KT-17917 Fixed
6 lines
163 B
Kotlin
Vendored
6 lines
163 B
Kotlin
Vendored
// IS_APPLICABLE: false
|
|
|
|
<caret>@Deprecated("Use the other version", level=DeprecationLevel.HIDDEN)
|
|
fun foo(a: Int) { foo(a) }
|
|
|
|
fun foo(a: Int, b: Int = 0) { ... } |