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
cc45cf2a4e4e70d0e7ff520810de9f41706bc3a2
kotlin-fork
/
compiler
/
testData
/
diagnostics
/
tests
/
functionLiterals
T
History
Svetlana Isakova
fd5a2056c1
analyze labeled function literals as usual ones
...
(specially as function literals, not as other expressions)
2013-09-03 13:09:10 +04:00
..
return
A test for nesting implicitly labeled calls
2013-08-22 17:13:08 +04:00
DanglingFunctionLiteral.kt
no 'dangling function literal' check for nested calls
2013-06-06 17:20:10 +04:00
ExpectedParametersTypesMismatch.kt
improved reporting TYPE_MISMATCH error for function literals
2012-12-25 19:12:00 +04:00
ExpectedParameterTypeMismatchVariance.kt
Fix reporting of EXPECTING_PARAMETER/RETURN_TYPE_MISMATCH
2013-04-16 14:06:09 +02:00
kt2906.kt
KT-2906 If function parameter/variable is invoked in closure using parenthesis syntax, in IDEA it is not highlighted as captured in closure
2012-10-16 16:00:22 +04:00
LabeledFunctionLiterals.kt
analyze labeled function literals as usual ones
2013-09-03 13:09:10 +04:00
NoDanglingFunctionLiteralForNestedCalls.kt
no 'dangling function literal' check for nested calls
2013-06-06 17:20:10 +04:00
unusedLiteral.kt
Warning for unused function literal in do..while
2013-03-20 20:50:06 +04:00