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
cf3e4608f3b605711ebe88c73aa78d0604c2734b
kotlin-fork
/
compiler
/
testData
/
codegen
/
bytecodeText
/
nullCheckOptimization
T
History
Steven Schäfer
cf3e4608f3
JVM IR: Support -Xno-call-assertions
2020-01-30 14:43:23 +03:00
..
localLateinit
…
alreadyCheckedForIs.kt
…
alreadyCheckedForNull.kt
…
deterministicNotNullChecks.kt
Fix rationale for test muted in JVM_IR (see KT-35656)
2019-12-26 12:44:54 +03:00
expressionValueIsNotNull.kt
…
expressionValueIsNotNullAfterExclExcl.kt
Fix bytecode text tests for language version 1.4
2020-01-20 19:12:59 +01:00
expressionValueIsNotNullTwice.kt
Fix codegen & bytecode tests after unifying exceptions in JVM backend
2020-01-20 16:36:03 +03: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
nullabilityAssertionOnDispatchReceiver.kt
JVM IR: Support -Xno-call-assertions
2020-01-30 14:43:23 +03: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
…