blob: 97be96fa58a9ae0a8b57d8ad18f08d5e40e48637 [file] [log] [blame]
@Deprecated("", ReplaceWith("bar(\"\\\"\\\"\\n1\\r2\\t3\")"))
fun foo(p: Int) {
bar("\"\"\n1\r2\t3")
}
fun bar(s: String){}