Fixed tests after adding error checking for intention tests.
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
// ERROR: Property must be initialized
|
||||
class Owner {
|
||||
var <caret>p: Int
|
||||
set(v) {}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user