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
20e36438e22da35b53dde99ee8a41b6d03631074
kotlin-fork
/
compiler
/
testData
/
codegen
/
box
/
casts
T
History
Alexander Udalov
20e36438e2
Move some tests from boxWithStdlib/ to box/
...
Move those tests which do not require neither stdlib nor reflect
2016-03-09 10:25:38 +03:00
..
functions
Move some tests from boxWithStdlib/ to box/
2016-03-09 10:25:38 +03:00
literalExpressionAsGenericArgument
Fix for KT-10313: ClassCastException with Generics
2016-02-12 10:53:28 +03:00
as.kt
Drop identityEquals from builtins, compiler and tests.
2016-01-22 05:54:38 +03:00
asForConstants.kt
diagnostics for deprecated syntax of function type parameter list
2015-10-06 16:20:47 +02:00
asSafe.kt
Drop identityEquals from builtins, compiler and tests.
2016-01-22 05:54:38 +03:00
asSafeFail.kt
Fix safe call
2013-12-16 20:54:09 +04:00
asSafeForConstants.kt
'As' function for constants
2013-12-17 15:00:30 +04:00
asUnit.kt
generate more correct bytecode for casting Unit to other types
2015-03-25 17:51:04 +01:00
castGenericNull.kt
diagnostics for deprecated syntax of function type parameter list
2015-10-06 16:20:47 +02:00
intersectionTypeMultipleBounds.kt
Fix overload resolution ambiguity for types intersection
2015-12-15 16:18:31 +03:00
intersectionTypeSmartcast.kt
Fix overload resolution ambiguity for types intersection
2015-12-15 16:18:31 +03:00
is.kt
…
lambdaToUnitCast.kt
generate more correct bytecode for casting Unit to other types
2015-03-25 17:51:04 +01:00
notIs.kt
…
unitAsAny.kt
Fix casts of Unit value to other types
2015-07-06 16:14:06 +03:00
unitAsSafeAny.kt
Fix casts of Unit value to other types
2015-07-06 16:14:06 +03:00
unitNullableCast.kt
correctly generate safe casts from Unit type
2015-03-05 11:59:23 +01:00