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
ddfa94e7e94c56ce8bfb922fdf03d9030791e4de
kotlin-fork
/
compiler
/
testData
/
codegen
/
bytecodeText
/
stringOperations
T
History
Mikhael Bogdanov
0fd1f549a9
Properly process special symbols during indy-with-constants concatenation
...
#KT-47320 Fixed
2021-06-26 06:10:16 +02:00
..
concat.kt
…
concatDynamic200.kt
…
concatDynamic201.kt
…
concatDynamic.kt
Enable runtime string concatenation by default (for -Xjvm-target=9 or greater)
2021-04-27 09:08:28 +02:00
concatDynamicConstants.kt
…
concatDynamicDataClass.kt
…
concatDynamicIndy201.kt
…
concatDynamicIndy.kt
…
concatDynamicIndyDataClass.kt
…
concatDynamicSpecialSymbols.kt
Properly process special symbols during indy-with-constants concatenation
2021-06-26 06:10:16 +02:00
concatDynamicUnit.kt
Support Unit/V types in string-concat indy calls
2021-02-17 18:43:24 +01:00
concatNotDynamic.kt
…
constConcat.kt
…
constValConcat.kt
…
doNotAppendEmptyString.kt
…
interpolation.kt
…
kt15235.kt
…
kt19037.kt
…
kt42457_old.kt
[Test] Migrate AbstractBytecodeTextTest to new test infrastructure
2021-01-25 17:11:21 +03:00
multipleNestedConcat.kt
…
nestedConcat.kt
…
nonNullableStringPlus.kt
…
nullableStringPlus.kt
…
partiallyConstConcat.kt
…
plusAssign.kt
…
primitivesAsStringTemplates.kt
…
primitiveToString.kt
…
primitiveToStringNotOptimizable.kt
…
singleConcat.kt
…
stringBuilderToString.kt
…
stringPlus.kt
…
useAppendCharForOneCharStringInTemplate_2.kt
…
useAppendCharForOneCharStringInTemplate.kt
…
useAppendCharForOneCharStringUsingPlus.kt
…