This website requires JavaScript.
Explore
Help
Register
Sign In
azalea
/
kotlin-fork
Watch
1
Star
0
Fork
0
You've already forked kotlin-fork
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
e3fa785678ad2660875b3d40ad9f99a52cd79458
kotlin-fork
/
compiler
/
testData
/
codegen
/
bytecodeText
/
stringOperations
T
History
Mikhail Zarechenskiy
9aa4247065
Do not box primitives in a single-entry string template expression
2018-07-20 13:46:11 +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
Remove some legacy codegen tests, move some to generated
2016-03-09 10:25:38 +03:00
nullableStringPlus.kt
Remove some legacy codegen tests, move some to generated
2016-03-09 10:25:38 +03:00
plusAssign.kt
…
primitivesAsStringTemplates.kt
Do not box primitives in a single-entry string template expression
2018-07-20 13:46:11 +03:00
primitiveToString.kt
…