Drop UNREACHABLE_CODE eager text range calculation
#KT-35242 Fixed
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
// SCOPE: 'fun baa() {'
|
||||
// SCOPE: ' val list = listOf<String>("Z")'
|
||||
// SCOPE: ' }'
|
||||
|
||||
class Comment {
|
||||
fun q() {
|
||||
|
||||
}
|
||||
|
||||
val someValue: String
|
||||
get() {
|
||||
return "X"
|
||||
}
|
||||
|
||||
fun baa() {
|
||||
val list = listOf<String>(<selection>"Z"</selection>)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user