Fix quotes in diagnostic messages

See 8316953259
This commit is contained in:
Alexander Udalov
2016-07-19 17:26:09 +03:00
parent 5948b69679
commit 2a390155a9
10 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
// "Replace with 'newFun(p, this)'" "true"
// ERROR: infix modifier is inapplicable on this function: must be a member of an extension function
// ERROR: 'infix' modifier is inapplicable on this function: must be a member of an extension function
@Deprecated("", ReplaceWith("newFun(p, this)"))
infix fun String.oldFun(p: Int) {
@@ -1,5 +1,5 @@
// "Replace with 'newFun(p, this)'" "true"
// ERROR: infix modifier is inapplicable on this function: must be a member of an extension function
// ERROR: 'infix' modifier is inapplicable on this function: must be a member of an extension function
@Deprecated("", ReplaceWith("newFun(p, this)"))
infix fun String.oldFun(p: Int) {