99b1bb98dc
* KT-7848 Initial implementation of literal copy/paste processor for Kotlin * KT-7847: Tests * KT-7847: fix issues caught in unit tests with recognizing invalid template entries * KT-7847: check for KtFile * KT-7847: fix capitalization for test data file names * KT-7847: Initial changes according as per review
2 lines
79 B
Kotlin
Vendored
2 lines
79 B
Kotlin
Vendored
val a = "something"
|
|
val b = "something <selection>${a.length} else</selection>" |