This website requires JavaScript.
Explore
Help
Register
Sign In
jlengrand
/
kotlin
Watch
1
Star
0
Fork
0
You've already forked kotlin
mirror of
https://github.com/jlengrand/kotlin.git
synced
2026-05-08 15:53:19 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
d4f25e104364eaef8a9e95773cfdfd39d7c33ce2
kotlin
/
compiler
/
testData
/
codegen
/
bytecodeListing
/
annotations
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
…