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
84d641af4ac35c0fd77428f2aee980783334bf49
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
@JvmOverloads-generated overloads of final methods are also final; test to verify that overloads of deprecated methods are deprecated
2016-11-18 11:05:03 +01:00
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
Render different class kinds differently in bytecode listing test
2016-05-20 00:36:56 +03:00
literals.kt
…
literals.txt
Render different class kinds differently in bytecode listing test
2016-05-20 00:36:56 +03:00
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
Render different class kinds differently in bytecode listing test
2016-05-20 00:36:56 +03:00