FIR IDE: AddToString quickfix
This commit is contained in:
committed by
Ilya Kirillov
parent
1b8b5b9a79
commit
f6078b24df
@@ -0,0 +1,6 @@
|
||||
// "Add 'toString()' call" "true"
|
||||
|
||||
fun test() {
|
||||
var s: String = ""
|
||||
s = (1 + 2 * 3).toString()<caret>
|
||||
}
|
||||
Reference in New Issue
Block a user