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 08:31:38 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
adcbfc7b4cdbcbd0fe4a550da6b3263e28a9719c
kotlin
/
compiler
/
testData
/
codegen
/
bytecodeText
/
coercionToUnitOptimization
History
Steven Schäfer
53fe30eb45
JVM IR: Don't produce CHECKCASTs on null constants (KT-36650)
2020-08-11 15:13:40 +02:00
..
inRangeCheckWithConst.kt
…
kt14360.kt
…
largeMethodWithCoercionToUnit.kt
…
nopInlineFuns.kt
…
returnsUnit.kt
…
safeCall.kt
Update bytecode text tests in JVM_IR
2020-02-14 14:07:03 +03:00
safeCallWithReturnValue.kt
Update bytecode text tests in JVM_IR
2020-02-14 14:07:03 +03:00
safeLet.kt
JVM IR: Don't produce CHECKCASTs on null constants (KT-36650)
2020-08-11 15:13:40 +02:00
tryInlined.kt
…