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 {
|
||||
}
|
||||
|
||||
val Owner.p: Int
|
||||
get() = <caret><selection>throw UnsupportedOperationException()</selection>
|
||||
get() = <caret><selection>throw UnsupportedOperationException()</selection>
|
||||
|
||||
Reference in New Issue
Block a user