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
|
||||
class Owner {
|
||||
var <caret>p: Int
|
||||
get() = 1
|
||||
set
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user