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
b57b4e055ee24ab43f2cee6d56c01a54f0e05821
kotlin-fork
/
js
/
js.translator
/
testData
/
box
/
closure
T
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
..
inlineAnonymousFunctions
[JS IR] Test in-line anonymous functions with extension functions
2022-06-01 09:02:32 +00:00
_common.kt
…
closureArrayListInstance.kt
…
closureFunctionAsArgument.kt
…
closureFunctionByInnerFunction.kt
…
closureGenericTypeValue.kt
…
closureInFewFunctionWithDifferentName.kt
…
closureInNestedFunctions.kt
…
closureInNestedFunctionsInMethod.kt
…
closureInNestedFunctionsWhichMixedWithObject.kt
…
closureInNestedLambdasInObject.kt
…
closureInObject.kt
…
closureInWithInsideWith.kt
…
closureLambdaVarInLambda.kt
…
closureLocalFunction.kt
…
closureLocalFunctionByInnerFunction.kt
…
closureLocalFunctionByInnerFunctionInConstructor.kt
…
closureLocalInNestedObject.kt
…
closureLocalLiteralFunction.kt
…
closureReceiverInLocalExtFunByLocalExtFun.kt
…
closureReferencingMember.kt
…
closureThisAndClassObject.kt
…
closureThisAndReceiver.kt
FIR JS: mute remaining tests for now
2022-11-12 16:28:23 +01:00
closureThisByUsingMethodFromParentClass.kt
[JS] Remove failed checks based on unstable naming
2021-10-12 23:29:39 +03:00
closureThisInConstructor.kt
…
closureThisInExtLambdaInsideMethod.kt
…
closureThisInFunctionWhichNamedSameAsParentClass.kt
…
closureThisInLambdaInsideMethod.kt
…
closureThisInLambdaInsideObject.kt
…
closureThisInLocalFunction.kt
…
closureValToScopeWithSameNameDeclaration.kt
…
closureVarToScopeWithSameNameDeclaration.kt
…
contextDependentClosureName.kt
[JS IR] Generate context dependent names for anonymous objects and classes.
2021-12-09 13:56:25 +00:00
deepInnerClassInLocalClass.kt
…
deepInnerClassInLocalClassFromExtension.kt
…
enclosingClassFromInnerLocalClass.kt
…
enclosingClassFromLocalClass.kt
…
implicitGenericReceiverInExtensionInLocalClass.kt
…
iteratingCallbacks.kt
…
lambdaInLocalFun.kt
…
localConstructorAndMethod.kt
…
localParameterInCallback.kt
…
objectWithInvokeOperator.kt
…
recursiveExtFunction.kt
…
recursiveFunction.kt
…
recursiveFunctionWithSameNameDeclaration.kt
…
superCallInsideLambda.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
withManyClosuresInNestedFunctionsAndObjects.kt
…
wrappedVariableInExtensionFun.kt
…