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
master
kotlin-fork
/
compiler
/
testData
/
codegen
/
box
/
labels
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
Download directory as ZIP
Download directory as TAR.GZ
Delete Directory
History
Ilya Chernikov
b3d0a0a1c8
FIR LT: support labelled destructured declarations
...
add missing conversion in the LT to FIR converter #KT-56759 fixed
2023-03-08 07:28:35 +00:00
..
controlLabelClashesWithFuncitonName.kt
[FIR2IR] Fix translating primitive array types
2019-12-27 15:32:18 +03:00
infixCallLabelling.kt
FIR: Fix label/receiver for lambda within infix calls
2020-04-21 09:52:52 +03:00
labeledDeclarations.kt
FIR LT: support labelled destructured declarations
2023-03-08 07:28:35 +00:00
propertyAccessor.kt
[FIR2IR] Fix labeled this references
2020-04-30 13:15:43 +03:00
propertyAccessorFunctionLiteral.kt
JVM IR: Avoid direct invokes in callable reference tests
2022-07-14 23:24:18 +02:00
propertyAccessorInnerExtensionFun.kt
…
propertyAccessorObject.kt
[FIR2IR] Fix labeled this references
2020-04-30 13:15:43 +03:00
propertyInClassAccessor.kt
…