This website requires JavaScript.
Explore
Help
Register
Sign In
jlengrand
/
kotlin
Watch
1
Star
0
Fork
0
You've already forked kotlin
mirror of
https://github.com/jlengrand/kotlin.git
synced
2026-05-09 00:21:47 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
495780f5abafcf0def9f1ae02fd5c76decb9eb9b
kotlin
/
compiler
/
testData
/
codegen
/
bytecodeText
/
builtinFunctions
History
Denis Zharkov
495780f5ab
Generate INVOKEVIRTUAL 'contains(Object)' instead of 'contains(String)'
...
In cases when callee overrides Collection<String>.contains
2015-10-16 18:16:02 +03:00
..
charSequence.kt
Implement hack to support both remove() and removeAt() in MutableList<Int>
2015-10-11 19:57:22 +03:00
contains.kt
Generate INVOKEVIRTUAL 'contains(Object)' instead of 'contains(String)'
2015-10-16 18:16:02 +03:00
removeAt.kt
Minor. Clarified comments in test
2015-10-14 20:39:46 +03:00
size.kt
Make JVM backend work with
Collection.size
as val
2015-10-07 08:46:35 +03:00