2125c42328
Removes intention version of the same thing Includes some optimization of 'Deprecated' annotation detection
6 lines
128 B
Plaintext
Vendored
6 lines
128 B
Plaintext
Vendored
@Deprecated("", ReplaceWith("bar(\"\\\"\\\"\\n1\\r2\\t3\")"))
|
|
fun foo(p: Int) {
|
|
bar("\"\"\n1\r2\t3")
|
|
}
|
|
|
|
fun bar(s: String){} |