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
83000c50ff795086ff88fc4c19e09b0024690404
kotlin-fork
/
compiler
/
testData
/
diagnostics
/
tests
/
functionAsExpression
T
History
Stanislav Erokhin
298a075381
Minor. removed functions which declared in Standard.kt from diagnostic testdata.
...
Removed declaration for functions: TODO, run, with, apply, let.
2016-01-25 19:13:31 +03:00
..
AutoLabels.kt
…
AutoLabels.txt
Fix testData in compiler: add collections and ranges package to fq-names.
2016-01-22 05:54:38 +03:00
Common.kt
Report warning on usages of non-const vals in places where constants expected
2015-09-23 08:20:57 +03:00
Common.txt
Remove @annotation from test data
2015-10-19 20:45:01 +03:00
DifficultInferenceForParameter.kt
…
DifficultInferenceForParameter.txt
…
ForbiddenNonLocalReturn.kt
…
ForbiddenNonLocalReturn.txt
…
FunctionType.kt
…
FunctionType.txt
…
InferenceParametersTypes.kt
diagnostics for deprecated syntax of function type parameter list
2015-10-06 16:20:47 +02:00
InferenceParametersTypes.txt
Fix testData in compiler: add collections and ranges package to fq-names.
2016-01-22 05:54:38 +03:00
MissingParameterTypes.kt
…
MissingParameterTypes.txt
…
NameDeprecation.kt
Minor. removed functions which declared in Standard.kt from diagnostic testdata.
2016-01-25 19:13:31 +03:00
NameDeprecation.txt
…
NoOverloadError.kt
…
NoOverloadError.txt
…
Parameters.kt
use terms "lambda expression" and "anonymous function" instead of "function literal" and "function expression"
2015-12-09 13:55:40 +01:00
Parameters.txt
…
ReturnAndLabels.kt
…
ReturnAndLabels.txt
…
ReturnTypeCheck.kt
…
ReturnTypeCheck.txt
…
ScopeCheck.kt
Adjust testData to CharSequence.length transformation
2015-10-14 20:39:35 +03:00
ScopeCheck.txt
…
WithGenericParameters.kt
…
WithGenericParameters.txt
…
WithoutBody.kt
…
WithoutBody.txt
Remove @annotation from test data
2015-10-19 20:45:01 +03:00
WithOuterGeneric.kt
…
WithOuterGeneric.txt
…