Fixed tests after adding error checking for intention tests.
This commit is contained in:
+3
-2
@@ -1,10 +1,11 @@
|
||||
// ERROR: Property must be initialized
|
||||
class Owner {
|
||||
}
|
||||
|
||||
var Owner.p: Int
|
||||
get {
|
||||
get() {
|
||||
return 1
|
||||
}
|
||||
set(value) {
|
||||
<caret><selection>throw UnsupportedOperationException()</selection>
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user