- Tests for OUT_OF_CODE_BLOCK_MODIFICATION behaviour

- Enable behaviour for property accessors
This commit is contained in:
Nikolay Krasko
2012-06-05 17:38:59 +04:00
parent 494bd32636
commit 184d3fb16e
11 changed files with 166 additions and 1 deletions
@@ -0,0 +1,4 @@
// FALSE
class Test {
val a : () -> Int = { <caret>pri }
}