Drop UNREACHABLE_CODE eager text range calculation
#KT-35242 Fixed
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// OUT_OF_CODE_BLOCK: FALSE
|
||||
// OUT_OF_CODE_BLOCK: TRUE
|
||||
// TYPE: '//'
|
||||
// ERROR: Property must be initialized
|
||||
|
||||
@@ -6,4 +6,7 @@ var prop1: Int
|
||||
set(value) {
|
||||
<caret> println("prop.setter")
|
||||
field = value
|
||||
}
|
||||
}
|
||||
|
||||
// TODO: Investigate
|
||||
// SKIP_ANALYZE_CHECK
|
||||
|
||||
Reference in New Issue
Block a user