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-09 08:31:29 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
c51c53750491036f2ba938bdca89665107ec21e2
kotlin
/
compiler
/
testData
/
codegen
/
bytecodeText
/
inline
History
Ilmir Usmanov
52e7cd5725
JVM_IR: Remove $$forInline suffix for fake inliner variables
...
Otherwise, IDE will not be able to navigate to inline functions. #KT-36797 Fixed
2020-02-21 12:08:25 +01:00
..
property
…
deleteClassOnTransfromation.kt
…
finallyMarkers.kt
Unmute some JVM_IR inlining tests
2019-10-08 17:19:41 +02:00
inlineArgumentSlots.kt
Unmute some JVM_IR inlining tests
2019-10-08 17:19:41 +02:00
inlineReturnsNothing1.kt
…
inlineReturnsNothing2.kt
…
inlineReturnsNothing3.kt
…
inlineSuspendReifiedNoSpilling.kt
JVM_IR: Remove $$forInline suffix for fake inliner variables
2020-02-21 12:08:25 +01:00
interfaceDefaultMethod.kt
…
linenumberForOneParametersArgumentCall.kt
Debugger, BE: Make the NOP instruction optimizer save the first NOP, not the last
2020-02-14 17:35:17 +09:00
noSynAccessor.kt
…
noSynAccessorToDirectFieldAccess.kt
…
noSynAccessorToSuper.kt
…
notSplitedExceptionTable.kt
…
reifiedSafeAsWithMutable.kt
Add more tests for type operators on the jvm
2019-08-27 10:44:23 +02:00
remappedLocalVar.kt
Unmute some JVM_IR inlining tests
2019-10-08 17:19:41 +02:00
removedFinallyMarkers.kt
…
specialEnumFunction.kt
Update bytecode text tests in JVM_IR
2020-02-17 23:52:48 +03:00
splitedExceptionTable.kt
…
whenMappingOnCallSite.kt
…