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
70c2f2b86f6ea6121ecc61ba9d0747d51fc83f9a
kotlin-fork
/
compiler
/
testData
/
codegen
/
bytecodeListing
/
delegatedProperty
T
History
Pavel Mikhailovskii
3b5179686e
KT-52592 Fix NPE from KProperty.getExtensionDelegate on property delegated to another property; make $delegate methods private
2022-06-01 14:02:28 +00:00
..
delegatedPropertiesInCompanionObject_ir.txt
[JVM IR] Do not generate clinit as enclosing method.
2021-09-30 23:02:43 +02:00
delegatedPropertiesInCompanionObject.kt
Replace all occurrences of
WITH_RUNTIME
with
WITH_STDLIB
2021-11-17 15:26:38 +03:00
delegatedPropertiesInCompanionObject.txt
…
delegateMethodIsNonOverridable_ir.txt
KT-52592 Fix NPE from KProperty.getExtensionDelegate on property delegated to another property; make $delegate methods private
2022-06-01 14:02:28 +00:00
delegateMethodIsNonOverridable.kt
Replace all occurrences of
WITH_RUNTIME
with
WITH_STDLIB
2021-11-17 15:26:38 +03:00
delegateMethodIsNonOverridable.txt
…