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