update testdata for https://github.com/JetBrains/kotlin/pull/896/
This commit is contained in:
+2
-1
@@ -1,4 +1,5 @@
|
||||
// "Implement interface" "true"
|
||||
// WITH_RUNTIME
|
||||
// SHOULD_BE_AVAILABLE_AFTER_EXECUTION
|
||||
|
||||
class Container {
|
||||
@@ -19,7 +20,7 @@ class BaseImpl : Container.Base {
|
||||
get() = throw UnsupportedOperationException()
|
||||
|
||||
override fun bar(z: Int): String {
|
||||
throw UnsupportedOperationException("not implemented") //To change body of created functions use File | Settings | File Templates.
|
||||
TODO("not implemented") //To change body of created functions use File | Settings | File Templates.
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user