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
b3866d53cdb197080a18d26bb114dd43465d30f1
kotlin-fork
/
compiler
/
testData
/
ir
/
irText
/
lambdas
T
History
Dmitry Petrov
28b3ea27f3
Generate explicit call to 'Any()' if no superclass found.
...
Generate call super-constructor calls as IrDelegatedConstructorCall.
2016-10-18 09:08:57 +03:00
..
anonymousFunction.kt
Anonymous function expressions ('fun(...) { ... }') and local functions (no closures yet).
2016-10-18 09:08:33 +03:00
anonymousFunction.txt
Callable references now can have receivers and arguments
2016-10-18 09:08:53 +03:00
extensionLambda.kt
…
extensionLambda.txt
Callable references now can have receivers and arguments
2016-10-18 09:08:53 +03:00
justLambda.kt
…
justLambda.txt
Callable references now can have receivers and arguments
2016-10-18 09:08:53 +03:00
localFunction.kt
Anonymous function expressions ('fun(...) { ... }') and local functions (no closures yet).
2016-10-18 09:08:33 +03:00
localFunction.txt
Anonymous function expressions ('fun(...) { ... }') and local functions (no closures yet).
2016-10-18 09:08:33 +03:00
multipleImplicitReceivers.kt
…
multipleImplicitReceivers.txt
Generate explicit call to 'Any()' if no superclass found.
2016-10-18 09:08:57 +03:00
nonLocalReturn.kt
Some more tests.
2016-10-18 09:08:51 +03:00
nonLocalReturn.txt
Callable references now can have receivers and arguments
2016-10-18 09:08:53 +03:00