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
fcacdc1fc57014d19a6659cef9283b723be99e23
kotlin
/
compiler
/
testData
/
codegen
/
bytecodeText
/
stringOperations
History
Dmitry Petrov
54cf11fd0a
Skip empty string entries when generating string template expression
...
#KT-19738 Fixed Target versions 1.2.50
2018-04-20 14:52:14 +03:00
..
concat.kt
…
doNotAppendEmptyString.kt
Skip empty string entries when generating string template expression
2018-04-20 14:52:14 +03:00
interpolation.kt
…
kt15235.kt
Improve string concatentation & string templates code generation
2017-06-27 14:28:42 +03:00
kt19037.kt
Generate constant "" for effectively empty string
2017-07-17 09:18:41 +03:00
nestedConcat.kt
Improve string concatentation & string templates code generation
2017-06-27 14:28:42 +03:00
nonNullableStringPlus.kt
…
nullableStringPlus.kt
…
plusAssign.kt
…
primitiveToString.kt
…