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