blob: a40941e802f9233880df716fec4cebc896f73b27 [file] [log] [blame]
// SCOPE: '// some change'
class Comment {
fun q() {
}
val someValue: String
get() {
return "X"
}
fun baa() {
<selection>// some change</selection>
val list = listOf<String>(TODO(""))
}
}