This website requires JavaScript.
Explore
Help
Register
Sign In
azalea
/
kotlin-fork
Watch
1
Star
0
Fork
0
You've already forked kotlin-fork
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
cb7c05e5509ef9532a8e50339519964c9e0a0acc
kotlin-fork
/
translator
/
testFiles
/
inheritance
/
cases
T
History
Pavel Talanov
cb7c05e550
Fixed design flaw which prevented base class from being inherited if it was defined after the derived class.
2011-11-23 16:59:50 +04:00
..
baseClassDefinedAfterDerived.kt
Fixed design flaw which prevented base class from being inherited if it was defined after the derived class.
2011-11-23 16:59:50 +04:00
complexInitializationOrder.kt
Added one more test for initialization order.
2011-11-16 17:25:46 +04:00
initializationOrder.kt
Found and solved a problem which caused only one ancestor's constructor to be called. Added "super_init" method generation to InitializerVisitor. Worked on KotlinJsLib to solve this issue. This solution should evolve in the future.
2011-11-16 17:25:46 +04:00
initializersOfBasicClassExecute.kt
Added class inheritance support and reorganised test classes.
2011-11-12 18:09:46 +04:00
methodOverride.kt
Added support for passing parameters to ancestor constructor. Added a test.
2011-11-16 17:25:47 +04:00
valuePassedToAncestorConstructor.kt
Added support for passing parameters to ancestor constructor. Added a test.
2011-11-16 17:25:47 +04:00