Files
kotlin-fork/idea/testData/hierarchy/overrides/kotlinBuiltInMemberFunction/main0.kt
T
Alexey Sedunov 53d12e6cf7 Method Hierarchy: Refactoring
- Do not rely on light methods and Java method hierarchy
- Support val/var parameters
- Support built-in member functions

 #KT-14346 Fixed
2017-08-02 13:08:06 +03:00

3 lines
53 B
Kotlin
Vendored

fun foo(list: List<String>){
list.<caret>get(1)
}