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
d7fd2471b8341865027ab662d5fc74759bfa927f
kotlin-fork
/
compiler
/
testData
/
codegen
/
bytecodeText
/
nullCheckOptimization
T
History
Alexander Udalov
a4121fa8f3
Enable NoSourceCodeInNotNullAssertionExceptions since 1.9
...
#KT-57570 Fixed
2023-05-24 11:29:51 +00:00
..
localLateinit
…
alreadyCheckedForIs.kt
…
alreadyCheckedForNull.kt
…
deterministicNotNullChecks.kt
…
exclExclAsNotNullType.kt
JVM_IR fix cast to not-null type
2021-12-30 13:41:17 +03:00
expressionValueIsNotNull.kt
…
expressionValueIsNotNullAfterExclExcl.kt
…
expressionValueIsNotNullTwice.kt
Enable NoSourceCodeInNotNullAssertionExceptions since 1.9
2023-05-24 11:29:51 +00:00
ifNullEqualsNull.kt
…
ifNullEqualsNullInline.kt
…
ifUnitEqualsNull.kt
…
ifUnitEqualsNullInline.kt
…
kt12839.kt
…
multipleExclExcl_1_4.kt
…
noNullCheckAfterCast.kt
JVM_IR KT-27427 use checkNotNull with message in checked casts
2021-12-30 13:41:21 +03:00
notNullAsNotNullable.kt
…
notNullExpressionValueTwice_1_4.kt
Enable NoSourceCodeInNotNullAssertionExceptions since 1.9
2023-05-24 11:29:51 +00:00
nullabilityAssertionOnDispatchReceiver.kt
Replace all occurrences of
WITH_RUNTIME
with
WITH_STDLIB
2021-11-17 15:26:38 +03:00
nullCheckAfterExclExcl_1_4.kt
…
primitiveCheck.kt
…
redundantSafeCall_1_4.kt
[FIR] Assume
SafeCallsAreAlwaysNullable
is always on
2023-02-27 15:00:30 +00:00
redundantSafeCall.kt
Switch kotlin version to 1.7
2022-02-25 11:46:27 +00:00
reifiedIs.kt
…
reifiedNullIs.kt
…
safeCallAndElvisChains.kt
JVM_IR simplify null check on trivially initialized vals only
2021-10-01 14:31:48 +03:00
trivialInstanceOf.kt
…