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
eb3b9032d67edab3dc5baafdfe4639cb0316c496
kotlin-fork
/
compiler
/
testData
/
codegen
/
bytecodeListing
/
annotations
T
History
Mikhael Bogdanov
d24ebf711b
Fix for KT-16441:
NoSuchFieldError: $$delegatedProperties
when delegating through
provideDelegate
in companion object
...
#KT-16441 Fixed
2017-02-21 13:01:40 +01:00
..
defaultTargets.kt
…
defaultTargets.txt
Do not always generate synthetic "$annotations" as private
2017-02-03 19:35:15 +03:00
deprecatedJvmOverloads.kt
Minor: Fix testDeprecatedJvmOverloads test (Kotlin runtime is not enabled by default now in bytecode listing tests)
2016-12-05 19:58:06 +03:00
deprecatedJvmOverloads.txt
…
JvmSynthetic.kt
Use box tests to check if the light analysis mode (without analyzing bodies when possible) produces the same result as the complete analysis. See also the next commit in which light analysis mode is applied. Note that no tests were changed.
2016-12-05 19:57:47 +03:00
JvmSynthetic.txt
…
kt9320.kt
…
kt9320.txt
…
literals.kt
…
literals.txt
…
onProperties.kt
…
onProperties.txt
Fix for KT-16441:
NoSuchFieldError: $$delegatedProperties
when delegating through
provideDelegate
in companion object
2017-02-21 13:01:40 +01:00
onReceiver.kt
…
onReceiver.txt
…