Intention tests: skip errors check for tests that fix some error
This commit is contained in:
+3
@@ -1,4 +1,7 @@
|
||||
// ERROR: Property must be initialized
|
||||
// WITH_RUNTIME
|
||||
// SKIP_ERRORS_AFTER
|
||||
|
||||
class Owner {
|
||||
var <caret>p: Int
|
||||
get() { return 1 }
|
||||
|
||||
Reference in New Issue
Block a user