Intention tests: add directive to skip errors before

This commit is contained in:
Natalia Ukhorskaya
2015-12-17 10:54:01 +03:00
parent 7e6495618b
commit 4b1edf7bb0
13 changed files with 17 additions and 27 deletions
@@ -1,6 +1,5 @@
// ERROR: Property must be initialized
// WITH_RUNTIME
// SKIP_ERRORS_AFTER
// SKIP_ERRORS_BEFORE
class Owner {
var <caret>p: Int
get() = 1