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
5531762ab1bc67d0d82b6a0bb1ca5cfb39895b94
kotlin-fork
/
compiler
/
testData
/
diagnostics
/
tests
/
shadowing
T
History
Mikhail Glukhikh
8d48b0d2a0
UNUSED_VARIABLE is now reported only for last entry of destructuring declaration (if applicable) #KT-14221 Fixed
2016-10-10 14:42:09 +03:00
..
ShadowMultiDeclarationWithFunParameter.kt
UNUSED_VARIABLE is now reported only for last entry of destructuring declaration (if applicable) #KT-14221 Fixed
2016-10-10 14:42:09 +03:00
ShadowMultiDeclarationWithFunParameter.txt
Fix tests not to duplicate array constructor definitions as they are available now in builtins.
2015-12-14 04:29:18 +03:00
ShadowParameterInFunctionBody.kt
…
ShadowParameterInFunctionBody.txt
…
ShadowParameterInNestedBlockInFor.kt
use terms "lambda expression" and "anonymous function" instead of "function literal" and "function expression"
2015-12-09 13:55:40 +01:00
ShadowParameterInNestedBlockInFor.txt
…
ShadowPropertyInClosure.kt
…
ShadowPropertyInClosure.txt
…
ShadowPropertyInFor.kt
…
ShadowPropertyInFor.txt
…
ShadowPropertyInFunction.kt
…
ShadowPropertyInFunction.txt
…
ShadowVariableInFor.kt
…
ShadowVariableInFor.txt
…
ShadowVariableInNestedBlock.kt
use terms "lambda expression" and "anonymous function" instead of "function literal" and "function expression"
2015-12-09 13:55:40 +01:00
ShadowVariableInNestedBlock.txt
…
ShadowVariableInNestedClosure.kt
use terms "lambda expression" and "anonymous function" instead of "function literal" and "function expression"
2015-12-09 13:55:40 +01:00
ShadowVariableInNestedClosure.txt
…
ShadowVariableInNestedClosureParam.kt
use terms "lambda expression" and "anonymous function" instead of "function literal" and "function expression"
2015-12-09 13:55:40 +01:00
ShadowVariableInNestedClosureParam.txt
…