- Tests for OUT_OF_CODE_BLOCK_MODIFICATION behaviour
- Enable behaviour for property accessors
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
// FALSE
|
||||
class Test {
|
||||
val more : Int = 0
|
||||
val test : Int
|
||||
get() {
|
||||
<caret>
|
||||
return more
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user