This website requires JavaScript.
Explore
Help
Register
Sign In
jlengrand
/
kotlin
Watch
1
Star
0
Fork
0
You've already forked kotlin
mirror of
https://github.com/jlengrand/kotlin.git
synced
2026-05-18 00:21:35 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
20cbceb56d24e3fcdff8e7db4168d31cc5df4dcd
kotlin
/
compiler
/
testData
/
codegen
/
box
/
casts
History
Yan Zhulanow
9d1af5a17e
Fix tests: "infix modifier required" and "operator modifier required" errors
2015-11-27 15:51:11 +03:00
..
as.kt
Fix tests: "infix modifier required" and "operator modifier required" errors
2015-11-27 15:51:11 +03:00
asForConstants.kt
diagnostics for deprecated syntax of function type parameter list
2015-10-06 16:20:47 +02:00
asSafe.kt
Fix tests: "infix modifier required" and "operator modifier required" errors
2015-11-27 15:51:11 +03:00
asSafeFail.kt
…
asSafeForConstants.kt
…
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
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
…