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
bb2bee74cf63d0729dc88d13bb2cbafe4df1bade
kotlin-fork
/
compiler
/
testData
/
codegen
/
box
/
delegation
T
History
Mikhail Glukhikh
a8ce4e827c
FIR2IR: fix f/o & delegate overridden symbol generation #KT-52745 Fixed
2022-06-21 07:39:03 +00:00
..
byMiddleInterface.kt
…
defaultOverride.kt
…
delegationAndInheritanceFromJava.kt
…
delegationDifferentModule.kt
…
delegationToMap.kt
FIR2IR don't generate delegates for default interface members
2021-11-25 13:25:36 +03:00
delegationToVal.kt
Replace all occurrences of
WITH_RUNTIME
with
WITH_STDLIB
2021-11-17 15:26:38 +03:00
delegationWithPrivateConstructor.kt
Switch kotlin version to 1.7
2022-02-25 11:46:27 +00:00
diamond2.kt
…
diamond.kt
…
differentModules.kt
Replace all occurrences of
WITH_RUNTIME
with
WITH_STDLIB
2021-11-17 15:26:38 +03:00
genericProperty.kt
…
hiddenSuperOverrideIn1.0.kt
…
inClassDeclaration.kt
…
inDataClass.kt
…
kt8154.kt
…
kt30102_comparable.kt
Fix JVM target in tests using boolean comparisons
2022-05-06 03:47:25 +02:00
mixed.kt
…
sealedClass.kt
FIR2IR: fix f/o & delegate overridden symbol generation #KT-52745 Fixed
2022-06-21 07:39:03 +00:00
simple.kt
…
viaTypeAlias.kt
…
withDefaultParameters.kt
…
withDefaultsMultipleFilesOrder.kt
…