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-08 08:31:26 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
2ed5a5e36861a0cee704a0a3edfadccc5bbd9f26
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