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
77765a80640094de31db96778dbd0a65bbc5f661
kotlin-fork
/
compiler
/
testData
/
diagnostics
/
tests
/
shadowing
T
History
Mikhail Zarechenskiy
f5cd8c7e4d
Relax name shadowing warning on parameter names
...
#KT-17611 Fixed
2017-07-07 14:19:57 +03:00
..
noNameShadowingForSimpleParameters.kt
Relax name shadowing warning on parameter names
2017-07-07 14:19:57 +03:00
noNameShadowingForSimpleParameters.txt
Relax name shadowing warning on parameter names
2017-07-07 14:19:57 +03:00
ShadowLambdaParameter.kt
Check lambda parameter for name shadowing
2017-04-17 17:12:44 +03:00
ShadowLambdaParameter.txt
Check lambda parameter for name shadowing
2017-04-17 17:12:44 +03:00
ShadowMultiDeclarationWithFunParameter.kt
Report warning on unused entities that can be renamed to _
2016-10-24 10:19:25 +03:00
ShadowMultiDeclarationWithFunParameter.txt
…
ShadowParameterInFunctionBody.kt
…
ShadowParameterInFunctionBody.txt
…
ShadowParameterInNestedBlockInFor.kt
…
ShadowParameterInNestedBlockInFor.txt
…
ShadowPropertyInClosure.kt
…
ShadowPropertyInClosure.txt
…
ShadowPropertyInFor.kt
…
ShadowPropertyInFor.txt
…
ShadowPropertyInFunction.kt
…
ShadowPropertyInFunction.txt
…
ShadowVariableInFor.kt
…
ShadowVariableInFor.txt
…
ShadowVariableInNestedBlock.kt
…
ShadowVariableInNestedBlock.txt
…
ShadowVariableInNestedClosure.kt
…
ShadowVariableInNestedClosure.txt
…
ShadowVariableInNestedClosureParam.kt
Check lambda parameter for name shadowing
2017-04-17 17:12:44 +03:00
ShadowVariableInNestedClosureParam.txt
…