FIR IDE: AddToString quickfix
This commit is contained in:
committed by
Ilya Kirillov
parent
1b8b5b9a79
commit
f6078b24df
@@ -0,0 +1,8 @@
|
||||
// "Add 'toString()' call" "true"
|
||||
|
||||
fun foo() {
|
||||
bar(Any()<caret>)
|
||||
}
|
||||
|
||||
fun bar(a: String) {
|
||||
}
|
||||
Reference in New Issue
Block a user