2125c42328
Removes intention version of the same thing Includes some optimization of 'Deprecated' annotation detection
6 lines
112 B
Kotlin
Vendored
6 lines
112 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
<caret>@Deprecated("")
|
|
fun foo(s: String): String {
|
|
return s.substring(1) + Int.MAX_VALUE
|
|
}
|