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-04-05 08:31:31 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
4a4eee7b36025211a510fdf0efdcf2c7e374fa84
kotlin
/
compiler
/
testData
/
codegen
/
bytecodeText
/
lineNumbers
History
pyos
25e1fb8502
JVM: map synthetic line numbers through the SMAP
...
This is necessary so that IDEA does not ignore the line number.
2020-05-25 20:03:56 +02:00
..
ifConsts.kt
…
ifElse.kt
…
ifFalse.kt
…
ifFalseElse.kt
…
ifTrue.kt
…
ifTrueElse.kt
…
inlineCondition2.kt
Debugger, BE: Generate original line number after inlining if call is used in an if condition
2020-02-14 17:35:17 +09:00
inlineCondition.kt
Debugger, BE: Generate original line number after inlining if call is used in an if condition
2020-02-14 17:35:17 +09:00
inlineLambdaObjectInit.kt
JVM: use precise line bounds when regenerating objects with no SMAPs
2020-05-19 18:33:27 +02:00
singleThen.kt
…
tryCatch.kt
…
when.kt
…