Files
kotlin-fork/idea/testData/intentions/removeSingleExpressionStringTemplate/singleExpressionStringTemplateWithMethodCall.kt.after
T
shiraji 9b8c55d823 KT-13113: Add inspection to detect single-expression string template
(cherry picked from squashed commits 49a3ef3 and 4c7a42a)
2016-08-02 15:30:23 +03:00

3 lines
94 B
Plaintext
Vendored

// INTENTION_TEXT: Remove single-expression string template
val bar = 1.hashCode().toString()