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-16 08:31:35 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
ea8ade0852b81f82c10ff58dcc3b8254c880fcce
kotlin
/
compiler
/
testData
/
codegen
/
boxInline
/
callableReference
/
bound
History
Alexander Udalov
a485a5ffd6
JVM IR: load fields for JvmField properties from dependencies
...
This is needed to properly lower JvmField property calls to field accesses.
2019-11-20 15:35:12 +01:00
..
classProperty.kt
…
emptyLhsFunction.kt
…
emptyLhsOnInlineProperty.kt
IrCompileKotlinAgainstInlineKotlin tests
2019-09-06 09:19:57 +03:00
emptyLhsProperty.kt
Support bound callable reference inlining in IR
2019-06-04 14:56:13 +02:00
expression.kt
…
extensionReceiver.kt
…
filter.kt
…
innerGenericConstuctor.kt
Support bound callable reference inlining in IR
2019-06-04 14:56:13 +02:00
intrinsic.kt
…
jvmFieldProperty.kt
JVM IR: load fields for JvmField properties from dependencies
2019-11-20 15:35:12 +01:00
kt18728_2.kt
…
kt18728_3.kt
…
kt18728_4.kt
…
kt18728.kt
…
map.kt
…
mixed.kt
…
objectProperty.kt
…
propertyImportedFromObject.kt
…
sideEffect.kt
[IR] Merged K/N inliner with the common one
2019-08-16 18:32:19 +03:00
simple.kt
Support bound callable reference inlining in IR
2019-06-04 14:56:13 +02:00
simpleVal2.kt
Support bound callable reference inlining in IR
2019-06-04 14:56:13 +02:00
simpleVal.kt
Support bound callable reference inlining in IR
2019-06-04 14:56:13 +02:00
topLevelExtensionProperty.kt
…