Misc: Use TODO() consistently in implementation stubs
#KT-13589 Fixed
This commit is contained in:
@@ -10,7 +10,7 @@ class SomeTest : Test {
|
||||
}
|
||||
|
||||
override val testProp: Int
|
||||
get() = throw UnsupportedOperationException()
|
||||
get() = TODO("not implemented") //To change initializer of created properties use File | Settings | File Templates.
|
||||
|
||||
/**
|
||||
* test
|
||||
|
||||
Reference in New Issue
Block a user