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