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
6791ed7bf3e27e5b2e0ea3cf8360ef453b4d16b0
kotlin-fork
/
js
/
js.translator
/
testData
/
box
/
expression
/
function
T
History
Alexey Andreev
6791ed7bf3
JS: fix obsolete tests
2016-11-11 16:26:38 +03:00
..
_common.kt
…
adderClosure.kt
…
callFunInInit.kt
…
closureWithParameter.kt
…
closureWithParameterAndBoxing.kt
…
defaultParameters.kt
…
enclosingThis.kt
…
expressionAsExtFunction.kt
…
expressionAsFunction.kt
Remove 'import java.util' from js tests.
2016-10-03 17:25:26 +03:00
functionExpression.kt
…
functionInsideFunction.kt
…
functionLiteral.kt
…
functionLiteralAsLastParameter.kt
…
functionLiteralAsParameter.kt
…
functionUsedBeforeDeclaration.kt
…
functionWithTwoParametersCall.kt
…
implicitItParameter.kt
…
KT-921.kt
Remove 'import java.util' from js tests.
2016-10-03 17:25:26 +03:00
lambdaOrLocalFunInsideEnumMethod.kt
…
localExtFunction.kt
…
localInInitBlock.kt
KT-2752: refactor NameSuggestion, change rules for determining name stability and applying mangling
2016-10-08 19:25:50 +03:00
loopClosure.kt
…
mangling.kt
JS: fix obsolete tests
2016-11-11 16:26:38 +03:00
manglingAnyMethods.kt
JS: fix obsolete tests
2016-11-11 16:26:38 +03:00
manglingClashFunctionsAndClasses.kt
JS: fix obsolete tests
2016-11-11 16:26:38 +03:00
manglingClashWithFunctionsWithoutParameters.kt
JS: fix obsolete tests
2016-11-11 16:26:38 +03:00
manglingStability.kt
JS: fix obsolete tests
2016-11-11 16:26:38 +03:00
namedArguments.kt
…
overloadClassConstructorByFactoryMethod.kt
KT-2752: fixes after code review
2016-10-08 19:25:49 +03:00
overloadingWithInheritance.kt
…
overloadOverridenFun.kt
…
vararg.kt
…
whenFunction.kt
…