mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-16 15:53:55 +00:00
3 lines
76 B
Kotlin
Vendored
3 lines
76 B
Kotlin
Vendored
// See KT-15839
|
|
|
|
val x = "1".let(@Suppress("DEPRECATION") Integer::parseInt) |