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-07 00:21:28 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
2051355d6ab3b32e9332e82ee6daf2d1a167b56c
kotlin
/
compiler
/
testData
/
codegen
/
bytecodeText
/
argumentOrder
History
Alexander Udalov
b4051c4577
Do not generate unnecessary super-call checks for functions with defaults
...
Such check should only be generated for a function in an open class #KT-11962 Fixed
2016-12-27 16:22:12 +03:00
..
argumentReorder.kt
Code clean, small refactorings and tests
2015-10-03 10:53:22 +03:00
argumentReorderWithDefault.kt
Do not generate unnecessary super-call checks for functions with defaults
2016-12-27 16:22:12 +03:00
sameOrder.kt
Code clean, small refactorings and tests
2015-10-03 10:53:22 +03:00
sameOrderWithDefault.kt
Do not generate unnecessary super-call checks for functions with defaults
2016-12-27 16:22:12 +03:00