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
45637c1b94de9509bcc242f797100e0ba4e4efd3
kotlin-fork
/
js
/
js.translator
/
testData
/
box
/
closure
T
History
Ilya Chernikov
44cce3ad52
FIR JS: mute remaining tests for now
2022-11-12 16:28:23 +01: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
…
withManyClosuresInNestedFunctionsAndObjects.kt
…
wrappedVariableInExtensionFun.kt
…