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
8dee3c1ca08fecb8fc79f751a113ff8fd73c4e9b
kotlin-fork
/
compiler
/
testData
/
codegen
/
box
/
functions
/
localFunctions
T
History
Dmitry Petrov
851980e36f
JVM_IR KT-45103 optimize direct invoke for lambdas and callable refs
2021-05-18 22:20:12 +03:00
..
boundTypeParameterInSupertype.kt
IR: take care of supertypes when copying IrTypeParameters
2020-09-22 23:53:40 +03:00
boundTypeParameterInVararg.kt
Varargs: add test
2020-09-22 23:53:41 +03:00
callBetweenLocalFunctions.kt
Mute a test under DCE
2020-09-22 23:53:40 +03:00
callInlineLocalInLambda.kt
…
captureUpperBoundedTypeParameter.kt
…
definedWithinLambda.kt
…
definedWithinLambdaInnerUsage1.kt
…
definedWithinLambdaInnerUsage2.kt
…
kt2895.kt
…
kt3308.kt
…
kt3978_2.kt
…
kt3978.kt
…
kt4119_2.kt
…
kt4119.kt
…
kt4514.kt
…
kt4777.kt
[Wasm] Mute codegen box tests
2020-11-09 16:04:43 +03:00
kt4783.kt
…
kt4784.kt
…
kt4989.kt
…
localExtensionOnNullableParameter.kt
[Wasm] Mute codegen box tests
2020-11-09 16:04:43 +03:00
localFunctionInConstructor.kt
FIR2IR: don't declare dispatch receiver for local functions
2020-07-28 13:43:10 +03:00
localFunctionVsLocalVariable.kt
…
nameClash.kt
…
nameClashAcrossDifferentContainers.kt
FIR: Add separate local scopes for blocks
2020-05-15 16:04:44 +03:00
overloadedLocalFunction1.kt
…
overloadedLocalFunction2.kt
JVM_IR KT-45103 optimize direct invoke for lambdas and callable refs
2021-05-18 22:20:12 +03:00
overloadedLocalFunction3.kt
…
overloadedLocalFunction.kt
…
overloadedLocalFunWithoutClosure.kt
…
parameterAsDefaultValue.kt
…