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
76fa6ad5c238aeb7906ff39adbabecd0a362f8d7
kotlin-fork
/
js
/
js.translator
/
testData
/
box
/
closure
T
History
Alexey Andreev
c1627e840b
JS: use
eval
instead of
js
in tests to refer local declarations to avoid renaming by resolveTemporaryNames
2017-04-24 18:29:12 +03:00
..
_common.kt
…
closureArrayListInstance.kt
Remove 'import java.util' from js tests.
2016-10-03 17:25:26 +03:00
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
…
closureThisByUsingMethodFromParentClass.kt
JS: use
eval
instead of
js
in tests to refer local declarations to avoid renaming by resolveTemporaryNames
2017-04-24 18:29:12 +03:00
closureThisInConstructor.kt
…
closureThisInExtLambdaInsideMethod.kt
…
closureThisInFunctionWhichNamedSameAsParentClass.kt
…
closureThisInLambdaInsideMethod.kt
…
closureThisInLambdaInsideObject.kt
…
closureThisInLocalFunction.kt
…
closureValToScopeWithSameNameDeclaration.kt
…
closureVarToScopeWithSameNameDeclaration.kt
…
deepInnerClassInLocalClass.kt
…
deepInnerClassInLocalClassFromExtension.kt
…
enclosingClassFromInnerLocalClass.kt
JS: when deciding whether inner class of a local class captures
this
, don't check for subtyping, since frontend generates strict classes in descriptors. Remove fix for #KT-13583, since it's no more needed. Fix #KT-13792
2016-11-21 12:57:59 +03:00
enclosingClassFromLocalClass.kt
…
implicitGenericReceiverInExtensionInLocalClass.kt
…
iteratingCallbacks.kt
Remove 'import java.util' from js tests.
2016-10-03 17:25:26 +03:00
lambdaInLocalFun.kt
…
localConstructorAndMethod.kt
…
localParameterInCallback.kt
Remove 'import java.util' from js tests.
2016-10-03 17:25:26 +03:00
objectWithInvokeOperator.kt
…
recursiveExtFunction.kt
…
recursiveFunction.kt
…
recursiveFunctionWithSameNameDeclaration.kt
…
withManyClosuresInNestedFunctionsAndObjects.kt
…
wrappedVariableInExtensionFun.kt
…