Intention tests: skip errors check for tests that fix some error

This commit is contained in:
Natalia Ukhorskaya
2015-12-16 15:17:46 +03:00
parent abd7ed5c70
commit 269676ee2e
25 changed files with 39 additions and 0 deletions
@@ -1,4 +1,6 @@
// ERROR: Property must be initialized
// WITH_RUNTIME
// SKIP_ERRORS_AFTER
class Owner {
var <caret>p: Int
set(v) {}