blob: 04667c1e2678e85eb9a8fb3a8dba14dcc5a79256 [file]
fun foo() {
<selection>val a = "aaa"
val b = "aaa"</selection>
a.charAt(1)
b.charAt(1)
}