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
master
kotlin-fork
/
js
/
js.translator
/
testData
/
box
/
superCall
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
Download directory as ZIP
Download directory as TAR.GZ
Delete Directory
History
Artem Kobzar
9bcfd093c5
[K/JS] Remove
super
keyword insertion if the body of method was moved into another place (private methods, lambdas, coroutines) ^KT-57990 Fixed
2023-04-24 13:54:36 +00:00
..
classSuperCall.kt
[JS IR BE] Support call super with default parameters
2018-12-18 15:55:09 +03:00
intrinsic.kt
…
nativeSuperClass.kt
[JS IR BE] Add KJS_WITH_FULL_RUNTIME directive to compiler tests
2019-01-24 16:14:40 +03:00
propertySuperAccess.kt
…
superCallInPrivateMethod.kt
[K/JS] Remove
super
keyword insertion if the body of method was moved into another place (private methods, lambdas, coroutines) ^KT-57990 Fixed
2023-04-24 13:54:36 +00:00
traitSuperCall.kt
…