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
3d65907b8c124cd46a41e3936d2d30dd96ac601a
kotlin-fork
/
compiler
/
testData
/
codegen
/
bytecodeText
/
nullCheckOptimization
T
History
Nikolay Lunyak
72823657c9
[FIR] Assume
SafeCallsAreAlwaysNullable
is always on
2023-02-27 15:00:30 +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
[Test] Mute test due to KT-56756
2023-02-20 08:40:31 +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
…
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
…