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-09 00:21:47 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
3e219f4ebfed1f6bc661c738048976f99a8ae9b8
kotlin
/
compiler
/
testData
/
codegen
/
bytecodeText
/
nullCheckOptimization
History
Dmitry Petrov
f6b99955f8
Update testData in bytecodeText (argument nullability assertions)
2019-12-06 11:03:07 +03:00
..
localLateinit
…
alreadyCheckedForIs.kt
…
alreadyCheckedForNull.kt
…
deterministicNotNullChecks.kt
Update testData in bytecodeText (argument nullability assertions)
2019-12-06 11:03:07 +03:00
expressionValueIsNotNull.kt
…
expressionValueIsNotNullAfterExclExcl.kt
JVM_IR: Support 'CHECK_NOT_NULL' intrinsic
2019-08-14 11:16:10 +03:00
expressionValueIsNotNullTwice.kt
Use Intrinsics.checkNotNullExpressionValue to throw NPE in Java null checks
2019-08-12 16:09:23 +02:00
ifNullEqualsNull.kt
…
ifNullEqualsNullInline.kt
…
ifUnitEqualsNull.kt
…
ifUnitEqualsNullInline.kt
…
kt12839.kt
…
multipleExclExcl_1_4.kt
JVM IR: generate call to checkNotNull in IrCheckNotNull since 1.4
2019-09-16 12:33:01 +02:00
notNullAsNotNullable.kt
…
notNullExpressionValueTwice_1_4.kt
Use Intrinsics.checkNotNullExpressionValue to throw NPE in Java null checks
2019-08-12 16:09:23 +02:00
nullCheckAfterExclExcl_1_4.kt
JVM IR: generate call to checkNotNull in IrCheckNotNull since 1.4
2019-09-16 12:33:01 +02:00
primitiveCheck.kt
…
redundantSafeCall_1_4.kt
Use Intrinsics.checkNotNullParameter to throw NPE in parameter null checks
2019-08-12 16:09:23 +02:00
redundantSafeCall.kt
…
reifiedIs.kt
…
reifiedNullIs.kt
…
trivialInstanceOf.kt
…