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 00:21:26 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
c9ad290ad544c2b9c29b5bb06bf6f799e4469401
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