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
1957ac347aba1dc61baa1fb2cf5e1e4cd67cb9b8
kotlin-fork
/
compiler
/
testData
/
diagnostics
/
tests
/
incompleteCode
T
History
Valentin Kipyatkov
7f0063013c
Corrected test data
2016-10-11 23:38:52 +03:00
..
diagnosticWithSyntaxError
Corrected test data
2016-10-11 23:38:52 +03:00
arrayBracketsRange.kt
…
arrayBracketsRange.txt
…
checkNothingIsSubtype.kt
Limit "always null" scope: only for !!, is and dot; senseless comparison rolled back; "smart constant" information for nulls #KT-10029 Fixed
2015-11-25 18:26:08 +03:00
checkNothingIsSubtype.txt
…
controlStructuresErrors.kt
…
controlStructuresErrors.txt
Fix testData in compiler: add collections and ranges package to fq-names.
2016-01-22 05:54:38 +03:00
illegalSelectorCallableReference.kt
Refactor resolution of double colon expression LHS
2016-07-22 11:05:19 +03:00
illegalSelectorCallableReference.txt
Refactor resolution of double colon expression LHS
2016-07-22 11:05:19 +03:00
incompleteAssignment.kt
…
incompleteAssignment.txt
…
incompleteEquals.kt
…
incompleteEquals.txt
…
inExpr.kt
…
inExpr.txt
…
kt1955.kt
…
kt1955.txt
…
kt2014.kt
…
kt2014.txt
…
kt4866UnresolvedArrayAccess.kt
…
kt4866UnresolvedArrayAccess.txt
…
NoSenselessComparisonForErrorType.kt
…
NoSenselessComparisonForErrorType.txt
…
plusOnTheRight.kt
Fix tests: "infix modifier required" and "operator modifier required" errors
2015-11-27 15:51:11 +03:00
plusOnTheRight.txt
Fix tests: "infix modifier required" and "operator modifier required" errors
2015-11-27 15:51:11 +03:00
pseudocodeTraverseNextInstructions.kt
use terms "lambda expression" and "anonymous function" instead of "function literal" and "function expression"
2015-12-09 13:55:40 +01:00
pseudocodeTraverseNextInstructions.txt
…
senselessComparisonWithNull.kt
…
senselessComparisonWithNull.txt
…
SupertypeOfErrorType.kt
…
SupertypeOfErrorType.txt
…
typeParameterOnLhsOfDot.kt
…
typeParameterOnLhsOfDot.txt
…
unresolvedArguments.kt
…
unresolvedArguments.txt
…
unresolvedOperation.kt
…
unresolvedOperation.txt
…
variableDeclarationInSelector.kt
Implement recovery for incomplete expression before declaration
2016-07-15 18:59:31 +03:00
variableDeclarationInSelector.txt
…