d44bf27ec3
#KT-15603 Fixed #KT-13524 Fixed
6 lines
89 B
Kotlin
Vendored
6 lines
89 B
Kotlin
Vendored
fun other(a: Any) {
|
|
i<caret>
|
|
(a as Int).let { println(a + 12) }
|
|
}
|
|
|
|
// ELEMENT: if |