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
cf5bd38becbc38a7610bccbd671aeb4b9ef26a94
kotlin-fork
/
compiler
/
testData
/
codegen
/
bytecodeText
/
nullCheckOptimization
T
History
Mark Punzalan
238cc7c257
[FIR] Enable BytecodeText tests for FIR.
...
143 out of 767 tests (18.6%) are currently failing.
2020-09-29 10:21:21 +03:00
..
localLateinit
Optimize more redundant
kotlin/jvm/internal/Ref
s
2020-03-02 20:20:55 +03:00
alreadyCheckedForIs.kt
…
alreadyCheckedForNull.kt
…
deterministicNotNullChecks.kt
KT-36336 @EnhancedNullability and null checks
2020-02-05 11:15:41 +03:00
expressionValueIsNotNull.kt
[FIR] Enable BytecodeText tests for FIR.
2020-09-29 10:21:21 +03:00
expressionValueIsNotNullAfterExclExcl.kt
Fix bytecode text tests for language version 1.4
2020-01-20 19:12:59 +01:00
expressionValueIsNotNullTwice.kt
[FIR] Enable BytecodeText tests for FIR.
2020-09-29 10:21:21 +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
JVM_IR: generate non-null assertions for arguments
2019-05-21 18:30:27 +03:00
notNullExpressionValueTwice_1_4.kt
[FIR] Enable BytecodeText tests for FIR.
2020-09-29 10:21:21 +03:00
nullabilityAssertionOnDispatchReceiver.kt
[FIR] Enable BytecodeText tests for FIR.
2020-09-29 10:21:21 +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
[FIR] Enable BytecodeText tests for FIR.
2020-09-29 10:21:21 +03:00
redundantSafeCall.kt
[FIR] Enable BytecodeText tests for FIR.
2020-09-29 10:21:21 +03:00
reifiedIs.kt
…
reifiedNullIs.kt
…
trivialInstanceOf.kt
…