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
c6e9afb78896b29e767d2d1f06d6e3f54087c386
kotlin-fork
/
compiler
/
testData
/
codegen
/
box
/
smartCasts
T
History
pyos
c6e9afb788
FIR CFA: remove class initializer part nodes
...
Instead, attach subgraphs directly to the class enter node.
2023-01-10 15:40:50 +02:00
..
avoidSmartCastToDerivedForPrivate.kt
FIR: Fix case when smartcast receiver is used for call to private method
2022-06-01 16:02:30 +00:00
complexExplicitReceiver.kt
…
complexImplicitReceiver.kt
…
falseSmartCast.kt
…
genericIntersection.kt
…
genericSet.kt
…
implicitExtensionReceiver.kt
…
implicitMemberReceiver.kt
…
implicitReceiver.kt
…
implicitReceiverInWhen.kt
…
implicitToGrandSon.kt
…
kt17725.kt
…
kt19058.kt
…
kt19100.kt
…
kt42517.kt
Replace all occurrences of
WITH_RUNTIME
with
WITH_STDLIB
2021-11-17 15:26:38 +03:00
kt44802.kt
…
kt44804.kt
…
kt44814.dot
FIR CFA: remove class initializer part nodes
2023-01-10 15:40:50 +02:00
kt44814.fir.ir.txt
FIR: make declarations marked with 'override' implicitly open
2022-12-14 21:46:41 +00:00
kt44814.fir.txt
[FIR2IR] Properly setup IrClass.sealedSubclasses
2021-10-09 17:07:36 +03:00
kt44814.ir.txt
Sort sealed class inheritors to ensure reproducible builds with IC
2022-03-30 08:35:30 +00:00
kt44814.kt
…
kt44814.txt
JVM_IR KT-41214 minor: update testData
2021-10-09 17:07:37 +03:00
kt44932.kt
…
kt44942.kt
…
kt48163_smartCastToThrowable.kt
JVM IR: fix smart cast on argument of 'throw'
2021-08-09 22:34:44 +02:00
kt52432.kt
FIR: Fix case when smartcast receiver is used for call to private method
2022-06-01 16:02:30 +00:00
lambdaArgumentWithoutType.kt
FIR JS: add K2 variants of all other JS tests
2022-11-12 16:28:24 +01:00
multipleSmartCast.kt
…
nullSmartCast.kt
[Wasm] Unmute passed Wasm tests
2021-10-02 06:14:35 +00:00
resolveToMemberOfSuperclass_overrideWithDifferentType.kt
Test infra: refactor IGNORE_BACKEND directive
2022-11-12 16:28:23 +01:00
resolveToMemberOfSuperclass_overrideWithSameType.kt
[FIR] Fix collecting member candidates on receiver with smartcast
2022-04-07 12:18:48 +00:00
smartCastInsideIf.kt
…
toStringOnReceiverWIthSmartcast.kt
[FIR] Fix collecting member candidates on receiver with smartcast
2022-04-07 12:18:48 +00:00
whenSmartCast.kt
…