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-17 00:21:28 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
ce3ef4e4d02255ff770757d76afc230f7957ae2d
kotlin
/
compiler
/
testData
/
codegen
/
box
/
nullCheckOptimization
History
Alexander Udalov
9d257a1ed8
JVM IR: generate call to checkNotNull in IrCheckNotNull since 1.4
...
#KT-22275
2019-09-16 12:33:01 +02:00
..
exclExclThrowsNpe_1_4.kt
JVM IR: generate call to checkNotNull in IrCheckNotNull since 1.4
2019-09-16 12:33:01 +02:00
isNullable.kt
…
javaNullCheckThrowsNpe_1_4.kt
Use Intrinsics.checkNotNullExpressionValue to throw NPE in Java null checks
2019-08-12 16:09:23 +02:00
kt7774.kt
…
kt22410.kt
JVM_IR. Support anonymous object/lambda reification
2019-08-06 14:48:16 +02:00
parameterNullCheckThrowsNpe_1_4.kt
Use Intrinsics.checkNotNullParameter to throw NPE in parameter null checks
2019-08-12 16:09:23 +02:00
primitiveCheckWithSideEffect.kt
…
trivialInstanceOf.kt
…