Add ERRORs check to AbstractOutOfBlockModificationTest
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
// OUT_OF_CODE_BLOCK: TRUE
|
||||
// ERROR: Unresolved reference: a
|
||||
val o = object {
|
||||
fun test() {
|
||||
<caret>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user