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
792c5f8b3f1054c3432a70d4592a47e033fdf7c9
kotlin
/
compiler
/
testData
/
codegen
/
bytecodeListing
/
annotations
History
Dmitry Petrov
acf0bb349c
Update testData for restricted expression annotations retention
2018-07-20 10:39:51 +03: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
Update testData for restricted expression annotations retention
2018-07-20 10:39:51 +03:00
kt9320.txt
Update testData for restricted expression annotations retention
2018-07-20 10:39:51 +03:00
literals.kt
Update testData for restricted expression annotations retention
2018-07-20 10:39:51 +03:00
literals.txt
Update testData for restricted expression annotations retention
2018-07-20 10:39:51 +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
…