53d12e6cf7
- Do not rely on light methods and Java method hierarchy - Support val/var parameters - Support built-in member functions #KT-14346 Fixed
3 lines
53 B
Kotlin
Vendored
3 lines
53 B
Kotlin
Vendored
fun foo(list: List<String>){
|
|
list.<caret>get(1)
|
|
} |