Implement property uses throw UnsupportedOperationException() instead of default value or ?
This commit is contained in:
@@ -10,7 +10,7 @@ class SomeTest : Test {
|
||||
}
|
||||
|
||||
override val testProp: Int
|
||||
get() = 0
|
||||
get() = throw UnsupportedOperationException()
|
||||
|
||||
/**
|
||||
* test
|
||||
|
||||
Reference in New Issue
Block a user