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